A
Adrian
Hi,
How do I map shortcut keys to VBA procedures ? Thanks...
How do I map shortcut keys to VBA procedures ? Thanks...
Adrian said:Thanks for the prompt reply. I have checked out the AutoKeys Macro with
Google and I roughly get the concept... but there is still a glitch...
I have a Sub procedure titled Sub mySubProc() in a module titled
"myModule". In the Autokeys macro group, I have specified the following
settings:
Macro Name Action Comments
^{p} RunCode -
Function Name: Option A : mySubProc
Option B:[Modules]![myModule]![mySubProc] and it
still failed!
How should I phrase my sub procedure in the Function Name field of RunCode
action ? Thanks...
--
Regards,
Adrian
Van T. Dinh said:Check Access Help on the AutoKeys Macro.