In Word, how do I record macro to run two further macros in sequence
M macropod Aug 18, 2008 #2 Hi ppcfan, You need to edit the recorded macro, which you do via the VBE (Alt-F11). You can then add two lines like: Call Macro1 Call macro2 using you the actual macro names, at whateveer point in the code is appropriate.
Hi ppcfan, You need to edit the recorded macro, which you do via the VBE (Alt-F11). You can then add two lines like: Call Macro1 Call macro2 using you the actual macro names, at whateveer point in the code is appropriate.