View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Cresta Cresta is offline
external usenet poster
 
Posts: 76
Default Keyboard shortcut values displayed on custom ribbon

Hello All
I have successfully got Excel to open up on a custom tab using
Application.Sendkeys "%Y" when the ribbon is initialised. However, the "alt"
values are shown over the custom ribbon controls.
I have tried using Application.Sendkeys {ESC}{ESC} but nothing happens. They
do dissapear when the mouse is clicked or the keboard pressed.
Any ideas how to code this to make them dissapear before all opening scripts
have completed.

Thanks