Hi ya
If a condition is met i need to "GoTo" another Macro, say Macro101 instead of "Sub Blah" even running at all.
So could someone complete the missing bit, that's it
Cheers guys
Sub Blah ()
If Worksheets("race").Range("X3").Value < Worksheets("race").Range("F49").Value Then (Goto)? Macro101
Blah
Blah
End Sub
Bookmarks