Thread: Shortcut Key
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ameliacat ameliacat is offline
external usenet poster
 
Posts: 2
Default Shortcut Key

I've selected a shortcut key for a macro in the menu bar:
Tools | Macros | Macro {macroname} Options

The preset text is Ctrl + Shift, and I've input an R in the textbox.

However, when I press Ctrl + Shift + R in Excel, the macro is not invoked.

Is there something that I'm missing?

Is there an alternate method of identifying a shortcut key?