View.ZoomIn method (Publisher)

Increases the magnification of the specified view.

Syntax

expression.ZoomIn

expression A variable that represents a View object.

Example

This example increases the magnification of the active view.

Sub Zoom() 
 ActiveView.ZoomIn 
End Sub

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.