This acts a toggle to show/hide the Formula Bar.
Sub ToggleFormulaBar()
Application.DisplayFormulaBar = Not Application.DisplayFormulaBar
End Sub
© Copyright
andrewsexceltips.net
All Rights Reserved.