View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Steve Mackay[_2_] Steve Mackay[_2_] is offline
external usenet poster
 
Posts: 5
Default force keyboard (ALT) shortcuts in VBA Code?

Is it possible to force your vba code to use keyboard shortcuts - like "CTRL
+ C" or "ALT + E + C+ENTER" instead of "Selection.Copy".

The reason why I ask is that I have an add-in menu in Excel located between
the "Data" & "Windows" menus that I would like to access in a macro. The
shortcut would be "ALT +L+A+ENTER

Thanks,
Steve