View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom D Tom D is offline
external usenet poster
 
Posts: 5
Default right-Alt with SendKeys

Is it possible to send a right-Alt key signal from VBA in Excel 2002 to
another application? I need to control the menus in that application.

When I'm at the keyboard the application requires that I press the
right-Alt key to access the menus; it ignores the left-Alt key. It also
ignores the "%" string I send it with SendKeys.

Thanks,
Tom D