ZoomIn Method
From Microsoft Publisher Visual Basic
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
From Microsoft Publisher Visual Basic
expression.ZoomIn
expression Required. An expression that returns a View object.
This example increases the magnification of the active view.
Sub Zoom()
ActiveView.ZoomIn
End Sub