DisplayFormulaBar Property
From Microsoft Excel Visual Basic
DisplayFormulaBar Property
True if the formula bar is displayed. Read/write Boolean.
Example
This example hides the formula bar.
Application.DisplayFormulaBar = False
From Microsoft Excel Visual Basic
True if the formula bar is displayed. Read/write Boolean.
This example hides the formula bar.
Application.DisplayFormulaBar = False