Controlling the sequence of when Macros are run
Posted by ereit on October 25, 2000 9:25 PM
I have a workbook that runs a macro (call it "1" every time an input is made on a worksheet "A".
After macro "1" runs, worksheet "B" automatically gets updated and recalculates based on the output of the macro "1".
I would then like to run macro "2" based on the recalculated worksheet "B".
My question is; How do I trigger macro "2" to run only after worksheet "B" recalculates?
Anyone have any ideas?
Ereit