DisplayFormulaBar Property [Excel 2003 VBA Language Reference]

True if the formula bar is displayed. Read/write Boolean.

Example

This example hides the formula bar.

Application.DisplayFormulaBar = False

Applies to | Application Object