Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 678 Bytes

Excel.Window.EnableResize.md

File metadata and controls

37 lines (22 loc) · 678 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Window.EnableResize property (Excel)
vbaxl10.chm356091
vbaxl10.chm356091
Excel.Window.EnableResize
cc94ca6f-0553-8d63-c30d-0fe6fdbff551
05/21/2019
medium

Window.EnableResize property (Excel)

True if the window can be resized. Read/write Boolean.

Syntax

expression.EnableResize

expression A variable that represents a Window object.

Example

This example sets the active window so that it cannot be resized.

ActiveWindow.EnableResize = False

[!includeSupport and feedback]