AutoKey macro (1 Viewer)

human_anomaly

Registered User.
Local time
Today, 18:17
Joined
Apr 12, 2004
Messages
69
I have a database that hides all toolbars on startup. I want to create a macro to show the toolbars for troubleshooting. I have the vba code to do so and I named a macro AutoKey with ^q in the name of the macro, but now I want to assign an action in vba code, I tried exporting the mostly blank macro to VBA editor, but I'm not sure that will work having the autokey macro in the vba editor. Anyone got any ideas?

-Ben
 

o1110010

Registered User.
Local time
Today, 17:17
Joined
Mar 6, 2004
Messages
182
human_anomaly said:
.. I tried exporting the mostly blank macro to VBA editor, but I'm not sure that will work having the autokey macro in the vba editor. Anyone got any ideas?


I believe you need to keep the autokey as a macro to work correctly. You could have it trigger a RunCode command to trigger vba code?
 

ghudson

Registered User.
Local time
Today, 18:17
Joined
Jun 8, 2002
Messages
6,195
o1110010 said:
I believe you need to keep the autokey as a macro to work correctly. You could have it trigger a RunCode command to trigger vba code?
That is correct.
 

Users who are viewing this thread

Top Bottom