PDA

View Full Version : Assign Macro Shortcut



BBM
07-23-2008, 02:25 AM
Hi Folks,
Is it possible to assign a keyboard shortcut to a macro that is not CTRL + <LETTER>?

I appreciate it might be bad form, but I would like to assign macros to the following : CTRL + <CURSOR KEYS>, INS and CTRL + INS, overridding the default behaviours (... an acceptable sacrifice)

Any ideas?
Thanks,
BBM

Bob Phillips
07-23-2008, 03:33 AM
Application.OnKey "^{INSERT}", "MyProc"