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
Example
The following code example maximizes the active Protected View window.
ActiveProtectedViewWindow.WindowState = xlProtectedViewWindowMaximized