Apr 2, 2001 #1 FontanaS Programmer May 1, 2001 357 US I want to run a macro from another macro. The last line of code in one macro will be the run statement so the other macro will automatically run. Is there a line of code that will do this. Something like : ExportToDb.Run? Thanks
I want to run a macro from another macro. The last line of code in one macro will be the run statement so the other macro will automatically run. Is there a line of code that will do this. Something like : ExportToDb.Run? Thanks
Apr 2, 2001 #2 DarkSun Programmer Mar 8, 2001 232 GB you use the call function. Call ExportToDb Upvote 0 Downvote