title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
ProtectedViewWindow.WindowState property (Excel) |
vbaxl10.chm914083 |
|
|
9fd61fb6-1804-7eba-d1e3-a42b8500a52e |
05/09/2019 |
medium |
Returns or sets the state of the specified Protected View window. Read/write.
expression.WindowState
expression A variable that represents a ProtectedViewWindow object.
The following code example maximizes the active Protected View window.
ActiveProtectedViewWindow.WindowState = xlProtectedViewWindowMaximized
[!includeSupport and feedback]