How can I get Module to Run?

dcavaiani

Registered User.
Local time
Today, 03:00
Joined
May 26, 2014
Messages
385
From my Macro, I have an OpenModule. The module pops open with code showing, BUT I have to hit F5 to RUN it, then Alt + Q to QUIT it. Is there any way to get those two steps executed WITHOUT manual intervention?:confused:
 
Looks like Runcode is looking for a function ? I have a module not a function?
 
Modules are where the Sub and Function code is held. You run the Subs and Functions that are in the module.
 

Users who are viewing this thread

Back
Top Bottom