bmckenna
New Member
- Joined
- Oct 15, 2009
- Messages
- 33
I was able to remove the ribbon and toolbar from Excel using the following code:
Private Sub HideRibbon()
Application.ExecuteExcel4Macro "show.toolbar(""Ribbon"", FALSE)"
End Sub
What VBA code can I use to run at Workbook opening to remove the commands that can still be accessed via hotkeys (ctrl+s, ctrl+o, etc...)?
Private Sub HideRibbon()
Application.ExecuteExcel4Macro "show.toolbar(""Ribbon"", FALSE)"
End Sub
What VBA code can I use to run at Workbook opening to remove the commands that can still be accessed via hotkeys (ctrl+s, ctrl+o, etc...)?