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.ExecuteExcel4Macro "show.toolbar(""Ribbon"",False)"
End Sub
- NikolinoDEGold Contributor
Ribbon pages for Mac Excel 2016 and higher
Hope I was able to help you with this link.
I know I don't know anything (Socrates)
- Nicodemus1960Copper ContributorIt has helped a little, hasn't resolved my issues though. I'll have a bit more time working with it, thanks
- NikolinoDEGold Contributor
Maybe that helps...I found it in my files by accident :).
I think it might be the file you are looking for.
I got the file from the internet a long time ago, unfortunately I can't remember where exactly.
Works with Office 2016 for MAC from version 15.17
Hope I was able to help you with this file.
I know I don't know anything (Socrates)