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.
 
Back
Top