EnableResize Property
From Microsoft Excel Visual Basic
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
From Microsoft Excel Visual Basic
True if the window can be resized. Read/write Boolean.
This example sets the active window so that it cannot be resized.
ActiveWindow.EnableResize = False