title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
ProtectedViewWindow.EnableResize property (Excel) |
vbaxl10.chm914075 |
|
|
110c4080-7dea-e34d-224b-47337e5d6777 |
05/09/2019 |
medium |
True if the Protected View window can be resized. Read/write.
expression.EnableResize
expression A variable that represents a ProtectedViewWindow object.
Boolean
The following code example sets the active Protected View window so that it cannot be resized.
ActiveProtectedViewWindow.EnableResize = False
[!includeSupport and feedback]