D dcavaiani Registered User. Local time Today, 03:00 Joined May 26, 2014 Messages 385 Feb 18, 2015 #1 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?
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?
gemma-the-husky Super Moderator Staff member Local time Today, 09:00 Joined Sep 12, 2006 Messages 16,039 Feb 18, 2015 #2 you don't "open module" you "Run Code"
D dcavaiani Registered User. Local time Today, 03:00 Joined May 26, 2014 Messages 385 Feb 18, 2015 #3 Looks like Runcode is looking for a function ? I have a module not a function?
G Galaxiom Super Moderator Staff member Local time Today, 18:00 Joined Jan 20, 2009 Messages 12,895 Feb 18, 2015 #4 Modules are where the Sub and Function code is held. You run the Subs and Functions that are in the module.
Modules are where the Sub and Function code is held. You run the Subs and Functions that are in the module.
D dcavaiani Registered User. Local time Today, 03:00 Joined May 26, 2014 Messages 385 Feb 18, 2015 #5 gemma-the-husky said: you don't "open module" you "Run Code" Click to expand... Got it to work as you said! Thanks!
gemma-the-husky said: you don't "open module" you "Run Code" Click to expand... Got it to work as you said! Thanks!