Skip to content
Home
Tutorials
Real-World Examples
Show the Formula Bar
Run Code
Parameters
Macro Title:
Display Option:
True
False
First Comment:
'
Sub
Show_the_formula_bar
()
'
show the formula bar
Application.DisplayFormulaBar =
True
End Sub