Forum Discussion

Nicodemus1960's avatar
Nicodemus1960
Copper Contributor
Feb 23, 2022

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

Resources