Pane.View property (Word)
Returns a View object that represents the view for the specified pane.
expression.View
expression Required. A variable that represents a 'Pane' object.
This example shows all nonprinting characters for panes associated with the first window in the Windows collection.
For Each myPane In Windows(1).Panes
myPane.View.ShowAll = True
Next myPane
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.