AutoKeys and Macro Names

J

Joaquim

Hi,
I would like to know if there is any way I could assign an AutoKey to a
macro that already has a name. This name is used in some forms (attached to
button.)
I want to make things a little easier and add an AutoKey to run the macro,
at the same time keeping the macro name.
Any help well appreciated.
 
S

Steve Schapel

Joaquim,

In your AutoKeys macro group, you could simply put a RunMacro action for
your specified keystroke, and nominate the macro in question.
 
Top