Portucale
Member
Hi,
I have this statement which hides the Ribbon:
Application.ExecuteExcel4Macro "SHOW.TOOLBAR(""Ribbon"",False)"
However also disables the "ESC" key, I have tried to add
Application.OnKey "{ESC}", "No_Change"
and still the ESC key is disabled, is there any way that I can hide the "Ribbon" leaving the "StatusBar" and the ESC key enabled?
Thanks,
Any help and all the help is appreciated,
I have this statement which hides the Ribbon:
Application.ExecuteExcel4Macro "SHOW.TOOLBAR(""Ribbon"",False)"
However also disables the "ESC" key, I have tried to add
Application.OnKey "{ESC}", "No_Change"
and still the ESC key is disabled, is there any way that I can hide the "Ribbon" leaving the "StatusBar" and the ESC key enabled?
Thanks,
Any help and all the help is appreciated,