Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 912 Bytes

Excel.Application.Height.md

File metadata and controls

33 lines (19 loc) · 912 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.Height property (Excel)
vbaxl10.chm133145
vbaxl10.chm133145
Excel.Application.Height
2842f4c9-93b6-64a8-2394-72b47cf0cc83
04/04/2019
medium

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.

[!includeSupport and feedback]