Application.Height property (Excel)

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

Syntax

expression.Height

expression A variable that represents an Application object.

Remarks

If the window is minimized, this property is read-only and refers to the height of the icon. If the window is maximized, this property cannot be set. Use the WindowState property to determine the window state.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.