Hello All,
I am trying to hide most of my ribbon. with the following VBA code
I am able to hide the Excel Ribbon in my workbook, but I want to accomplish is make sure that the File tab is always visible. How can I accomplish this?
Any Help would be GREATLY appreciated.
Brutium
I am trying to hide most of my ribbon. with the following VBA code
HTML:
Application.ExecuteExcel4Macro "SHOW.TOOLBAR(""Ribbon"",False)"
I am able to hide the Excel Ribbon in my workbook, but I want to accomplish is make sure that the File tab is always visible. How can I accomplish this?
Any Help would be GREATLY appreciated.
Brutium