Hi,
I am after some help with macro, I have multiple macros running and want to add check if statement to check correct data entered, if not stop all macros.
--------------
So after a paste
If "A1" does not contain specific "text", MsgBox "must contain this xyz", Stop All other subs
Else...