R RandWald Registered User. Local time Today, 14:53 Joined Jun 20, 2004 Messages 11 Jul 15, 2004 #1 Hi. I want to run a module (ie: vb macro) from the autoexec macro. Which option do I use..run code, run command, run macro, or something completely different?? There is no "Run Module". Thanks, Randy
Hi. I want to run a module (ie: vb macro) from the autoexec macro. Which option do I use..run code, run command, run macro, or something completely different?? There is no "Run Module". Thanks, Randy
Mile-O Back once again... Local time Today, 20:53 Joined Dec 10, 2002 Messages 11,305 Jul 15, 2004 #2 You can't run a module - a module is an object in which a collection of subs and functions can be stored. In a macro, you select RunCode and, in the box provided, put the name of the function within the module (you can't call a sub) that you want to run. ie. MyFunction()
You can't run a module - a module is an object in which a collection of subs and functions can be stored. In a macro, you select RunCode and, in the box provided, put the name of the function within the module (you can't call a sub) that you want to run. ie. MyFunction()