Application.FormulaBarHeight Property

Excel Developer Reference

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.

Visual Basic for Applications
  Application.FormulaBarHeight = 5 

See Also