ZoomIn Method [Publisher 2003 VBA Language Reference]
Increases the magnification of the specified view.
expression.ZoomIn
expression Required. An expression that returns a View object.
Example
This example increases the magnification of the active view.
Sub Zoom()
ActiveView.ZoomIn
End Sub
Applies to | View Object