Application.FormulaBarHeight Property
Office 2007
| Excel Developer Reference |
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 |
|---|
|