Macros

M

macropod

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.
 
Top