ProtectedViewWindow.WindowState property (Excel)

Returns or sets the state of the specified Protected View window. Read/write.

Syntax

expression.WindowState

expression A variable that represents a ProtectedViewWindow object.

Return value

XlProtectedViewWindowState

Example

The following code example maximizes the active Protected View window.

ActiveProtectedViewWindow.WindowState = xlProtectedViewWindowMaximized 

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.