Z
zapper
I have a macro that consists of 2 macros.
Sub Macro3 ()
Macro1
Macro2 very simple
End Sub
Both Macro1 and Macro2 operate on the same area
of the worksheet.
They appear to be running concurrently with Macro1
finishing after Macro2.
I want Macro2 to run after Macro1 has completed.
How do I force Macro1 to finish before Macro2 kicks in?
Sub Macro3 ()
Macro1
Macro2 very simple
End Sub
Both Macro1 and Macro2 operate on the same area
of the worksheet.
They appear to be running concurrently with Macro1
finishing after Macro2.
I want Macro2 to run after Macro1 has completed.
How do I force Macro1 to finish before Macro2 kicks in?