S Sofo Registered User. Local time Today, 21:37 Joined Oct 10, 2007 Messages 17 Oct 11, 2007 #1 I would like to run a module (procedure) from within a macro. So far i have only found a command that opens it in designmode.
I would like to run a module (procedure) from within a macro. So far i have only found a command that opens it in designmode.
Dennisk AWF VIP Local time Today, 20:37 Joined Jul 22, 2004 Messages 1,649 Oct 11, 2007 #2 use the runcode action. But the code has to be in a function and not a sub. Last edited: Oct 12, 2007
S Sofo Registered User. Local time Today, 21:37 Joined Oct 10, 2007 Messages 17 Oct 11, 2007 #3 Thanks. Unfortunately i can't find the runcode command. I am using another language than english.
Z Ziggy1 Registered User. Local time Today, 20:37 Joined Feb 6, 2002 Messages 462 Oct 16, 2007 #4 look through the list of actions until you find the one that says "Function Name" in the Action Arguments (at bottom) in your language.
look through the list of actions until you find the one that says "Function Name" in the Action Arguments (at bottom) in your language.
V voslica Registered User. Local time Today, 15:37 Joined Aug 24, 2006 Messages 32 Apr 23, 2008 #5 I'm looking to do the same thing. Did you ever find out how to run a module from a macro?