Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 818 Bytes

Excel.ProtectedViewWindow.EnableResize.md

File metadata and controls

41 lines (24 loc) · 818 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
ProtectedViewWindow.EnableResize property (Excel)
vbaxl10.chm914075
vbaxl10.chm914075
Excel.ProtectedViewWindow.EnableResize
110c4080-7dea-e34d-224b-47337e5d6777
05/09/2019
medium

ProtectedViewWindow.EnableResize property (Excel)

True if the Protected View window can be resized. Read/write.

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

[!includeSupport and feedback]