Window.Height Property

Excel Developer Reference

Returns or sets a Double value that represents tThe height, in points, of the window.

Syntax

expression.Height

expression   A variable that represents a Window object.

Remarks

Use the UsableHeight property to determine the maximum size for the window. You cannot set this property if the window is maximized or minimized. Use the WindowState property to determine the window state.

See Also