Can a macro start another macro?
A macro itself can not run another macro, but there are two powerful options to achieve the same result: • Use the command line interface via batch files. • Use the Scripting Interface: This is by far the most powerful and flexible method. With the iimPlay command you can start one macro after the other, and also combine that with logging and error checking. Please see the Combine-Macros.vbs demo script. It starts three different macros in a row.