View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Ed Ed is offline
external usenet poster
 
Posts: 399
Default Macro keyboard shortcuts

Mitch: Take a look at where you've stored the macro, and to which workbook
the keystroke has been assigned. I've stored all my macros in my
Personal.xls (against much advice, I hasten to add - I just haven't gotten
around to sorting it out yet!). Whenever I open an Excel workbook, my
Personal also opens, giving me access to my macros. If you've stored this
macro in another workbook and it's not open, your keystroke isn't going to
activate anything.

For more info, go to Help (F1) and in the Answer Wizard type "run macro
shortcut".

HTH
Ed

"Mitch" wrote in message
...
This did not work. The shortcut shows in the box but doesn't work. Could
there be something in my Excel setup that is blocking it? Thanks!

"Ed" wrote:

Alt+F8, Options

"Mitch" wrote in message
...
I have created a macro and assigned (in the macro recorder wizard) a

keyboard
shortcut "e" (which shouldn't interfere with other macros in Excel).

After
using the macro for some time it has stopped running when I enter

Cntl+e.
Can this be corrected by a means other than creating a new macro and

pasting
the old macro to it?