Application.FormulaBarHeight Property (Excel)
Allows the user to specify the height of the formula bar in lines. Read/write Long.
Version Information
Version Added: Excel 2007
Syntax
expression .FormulaBarHeight
expression A variable that represents an Application object.
Remarks
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.
Example
In the following example, the height of the formula bar is set to five lines.
Application.FormulaBarHeight = 5