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