View.Magnifier property (Word)
True if the pointer is displayed as a magnifying glass in print preview, indicating that the user can click to zoom in on a particular area of the page or zoom out to see an entire page or spread of pages. Read/write Boolean.
Syntax
expression. Magnifier
expression An expression that returns a 'View' object.
Remarks
This property generates an error if the view is not print preview.
Example
This example switches to print preview and changes the pointer to an insertion point.
PrintPreview = True
ActiveDocument.ActiveWindow.View.Magnifier = False
See also
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.