ZoomIn Method

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