B
Boss
Hi,
With the help of this forum i got a nice code to assign short Key to a macro.
Application.OnKey "^1", "macro"
But this does not work for the numeric keypad.
Please help me so that i can assign Ctrl 0 to Ctrl 9 to ten different macros
using numeric keypad.
I also wish that the numpad should be on.
Like i got for three keys
"^{97}" for CTRL-1
"^{100}" for CTRL-4
"^{104}" for CTRL-8
Thanks!
Boss
With the help of this forum i got a nice code to assign short Key to a macro.
Application.OnKey "^1", "macro"
But this does not work for the numeric keypad.
Please help me so that i can assign Ctrl 0 to Ctrl 9 to ten different macros
using numeric keypad.
I also wish that the numpad should be on.
Like i got for three keys
"^{97}" for CTRL-1
"^{100}" for CTRL-4
"^{104}" for CTRL-8
Thanks!
Boss