Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a View object that represents the view for the specified pane.
Syntax
expression.View
expression Required. A variable that represents a 'Pane' object.
Example
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
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.