xxxxxxxxxx
Do While Range("A1") = "Macro Running"(delete action on Excel Macro)
' "your active vba here..."(taken from Macro L, by me)
Loop
xxxxxxxxxx
Just insert
End
wherever you want your code to stop.
No returning to the calling sub/function.
It just stops everything.