hot keys

  • Thread starter Thread starter ksnapp
  • Start date Start date
K

ksnapp

can i assign hot keys to vba sub? i have been trying throught the macr
thing on an existing sub but it doesn't take
 
Tools / Macro / Macros / Select Macro and then hit the Options button and put in
the shortcut you want
 
and that is not particularly helpful. What does "doesn't work" mean - do
you get an error, nothing? a crash?

What keys are you trying to assign? Where is your macro stored?
 
sorry i could have been more specific. it just sits there, nothin
happens when i hit the assigned key combinatio
 
ksnapp said:
sorry i could have been more specific. it just sits there, nothing
happens when i hit the assigned key combination

Try putting a breakpoint in your code to see if it's getting called.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top