Hide the Formula Bar

Macro Title:
Display Option:
First Comment:

'

Sub Hide_the_formula_bar()
'hide the formula bar

Application.DisplayFormulaBar = False

End Sub