Expand Minimize
This topic has not yet been rated - Rate this topic

Application.FormulaBarHeight Property (Excel)

Published: July 16, 2012

Allows the user to specify the height of the formula bar in lines. Read/write Long.

Version Added: Excel 2007

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 
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.