title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Application.FormulaBarHeight property (Excel) |
vbaxl10.chm133306 |
|
|
ff377046-06cb-9cf7-32f5-773da447c184 |
04/04/2019 |
medium |
Allows the user to specify the height of the formula bar in lines. Read/write Long.
expression.FormulaBarHeight
expression A variable that represents an Application object.
If the specified value of FormulaBarHeight is greater than the viewable window space, the formula bar is resized to be equal to the window height.
In the following example, the height of the formula bar is set to five lines.
Application.FormulaBarHeight = 5
[!includeSupport and feedback]