Window.View Property
Word Developer Reference |
Returns a View object that represents the view for the specified window or pane.
Syntax
expression.View
expression Required. A variable that represents a Window object.
Example
This example switches the active window to full-screen view.
Visual Basic for Applications |
---|
|
This example sets view options for each window in the Windows collection.
Visual Basic for Applications |
---|
|
See Also