EnableResize Property [Excel 2003 VBA Language Reference]

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

Example

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

ActiveWindow.EnableResize = False

Applies to | Window Object