|
-
Jun 22nd, 2006, 11:52 AM
#1
Thread Starter
Fanatic Member
[RESOLVED] !!!!!!!Need Some Help !!!!!!Urget
I need a little help with my code , If the statment is true I want it to stop the code at the end if what should I use in the place of the 'end if'?
Private Sub Command20_Click()
If Check1 = 1 Then 'if this is true i want it to stop
Check1 =0
Check2 = 1
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|