Or you may use Exit Sub/Function statement
VB Code:
If Check1 = 1 Then 'if this is true i want it to stop Check1 = 0 check2 = 1 Exit Sub End If 'here If check2 = 1 Then check2 = 0 Check3 = 1 End If If Check3 = 1 Then Check3 = 0 check4 = 1 End If End Sub
Pradeep![]()




icon on the left of the post.
Reply With Quote