ProtectedViewWindow.EnableResize Property (Excel)
True if the Protected View window can be resized. Read/write
Version Information
Version Added: Excel 2010
Syntax
expression .EnableResize
expression A variable that represents a ProtectedViewWindow object.
Return Value
Boolean
Example
The following code example sets the active Protected View window so that it cannot be resized.
ActiveProtectedViewWindow.EnableResize = False