Hi all,
I am aware that I could run the following macro to completely hide ribbon and formula bar for a particular workbook.
I was wondering is there a way to make this layout a default for all workbooks opened in Excel?![]()
Sub Hide() Application.ExecuteExcel4Macro "SHOW.TOOLBAR(""Ribbon"",False)" Application.DisplayFormulaBar = False End Sub
The formula bar actually remains hidden so it's more like how could you "permanently" hide the ribbon through VBA![]()
Bookmarks