• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

ESC Key

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,
 
Back
Top