Show the Formula Bar

Macro Title:
Display Option:
First Comment:

'

Sub Show_the_formula_bar()
'show the formula bar

Application.DisplayFormulaBar = True

End Sub