title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Window.View property (Excel) |
vbaxl10.chm356127 |
|
|
604ea4f4-8268-9939-cac3-2e082a2c4831 |
05/21/2019 |
medium |
Returns or sets the view showing in the window. Read/write XlWindowView.
expression.View
expression A variable that represents a Window object.
This example switches the view in the active window to page break preview.
ActiveWindow.View = xlPageBreakPreview
[!includeSupport and feedback]