Mapping shortcut keys to VBA procedures

A

Adrian

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...
 
A

Adrian

Ignore the previous post .. the problem has been solved. Thank you ...

--
Regards,
Adrian

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