Create HotKeys VBA

E

eckseluser

I'm Looking for the code to set up my own hotkeys, beyond the choices
that "toos/options/macros then assign hotkey" gives you. This limits
your hotkey choices to only letters, i would like to be able to use
punctuation symbols, numbers, whatever to assign hotkeys... i've seen
this done before. I - bankers use their own toolkits from their own
written VBA, and i used one that had this capability...
Thanks,
Michael
 
J

Jim Rech

Check out the Application.Onkey method in Help.

--
Jim
| I'm Looking for the code to set up my own hotkeys, beyond the choices
| that "toos/options/macros then assign hotkey" gives you. This limits
| your hotkey choices to only letters, i would like to be able to use
| punctuation symbols, numbers, whatever to assign hotkeys... i've seen
| this done before. I - bankers use their own toolkits from their own
| written VBA, and i used one that had this capability...
| Thanks,
| Michael
 
Top