AutoKey macro

human_anomaly

Registered User.
Local time
Today, 06:30
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
 
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?
 
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

Back
Top Bottom