Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 699 Bytes

Excel.Window.View.md

File metadata and controls

37 lines (22 loc) · 699 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Window.View property (Excel)
vbaxl10.chm356127
vbaxl10.chm356127
Excel.Window.View
604ea4f4-8268-9939-cac3-2e082a2c4831
05/21/2019
medium

Window.View property (Excel)

Returns or sets the view showing in the window. Read/write XlWindowView.

Syntax

expression.View

expression A variable that represents a Window object.

Example

This example switches the view in the active window to page break preview.

ActiveWindow.View = xlPageBreakPreview

[!includeSupport and feedback]