View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dovy Dovy is offline
external usenet poster
 
Posts: 9
Default Ribbon Custom Tab Focus

I am trying to set focus on one of a number of custom tabs.
I use the Keytip technique:
1. In XML - Define a Keytip
2. In VBA - Application.SendKeys "%ZYX{RETURN}"
It works, however I also get a Beep, indicating some error.
What could be the problem?