|
-
Jan 5th, 2005, 06:18 PM
#1
Thread Starter
New Member
Checkbox Looping Help
Please help with looping
--------------------------------------------------------------------------
I don't understand why the following code isn't working
--------------------------------------------
For a = 1 To 3
If Check(a).Value = Checked Then Label1.Caption = "a check box is checked"
Next a
End If
--------------------------------------------
Any help is appreciated
Last edited by rovcruiser; Jan 5th, 2005 at 10:20 PM.
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
|