Forum Discussion
Nicodemus1960
Feb 23, 2022Copper Contributor
VBA code to hide ribbon in excel on Mac
Hi I am trying to run code to hide the ribbon in excel on my mac, I have copied the code in VB editor but it doesn't seem to work, the code I used is: Sub hide_ribbon() Application.ExecuteExc...
AMallorca
Nov 02, 2022Copper Contributor
NikolinoDE hello I am looking for the same solution. I need a Code to hide the Excel Ribbon for my Application on my Mac. Can you help me as well.
Thanks a lot
Andreas
NikolinoDE
Nov 03, 2022Gold Contributor
Didn't this link in a previous message help you?
Ribbon pages for Mac Excel 2016 and higher
Add. Info:
You can also quickly press Ctrl + F1 at any time to turn the ribbon on or off.
These keyboard shortcuts also work for PowerPoint, Word, and all Microsoft applications. Alternatively, you can use Command + Option + R keyboard shortcut to show or hide the ribbon on Excel Mac.
Hope I could help you with these information / links.
I know I don't know anything (Socrates)
- AMallorcaNov 03, 2022Copper ContributorNikolinoDE thank you for your reply. But sorry I understand all these posts that it is possible to hide only part of the menu bar, but not hide the menu bar completely . I want my Excel application to look like its own application, with its own interface and the operator has no chance to change things anymore further in the menu bar.