Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 931 Bytes

Excel.Application.FormulaBarHeight.md

File metadata and controls

43 lines (24 loc) · 931 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.FormulaBarHeight property (Excel)
vbaxl10.chm133306
vbaxl10.chm133306
Excel.Application.FormulaBarHeight
ff377046-06cb-9cf7-32f5-773da447c184
04/04/2019
medium

Application.FormulaBarHeight property (Excel)

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

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 

[!includeSupport and feedback]