Keyboard shortcut values displayed on custom ribbon

C

Cresta

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
 
J

Jim Rech

Press Alt again:

"%Y%"

--
Jim
| 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
|
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top