|
-
Oct 30th, 2000, 04:56 AM
#1
Thread Starter
Member
I'm trying to build a loop that automatically sets the values of a group of check boxes based on information in an Array. How can i generate the name of the current checkbox name in this loop, it's abit hard to explain but hopefully you can see what i'm trying to do from the code :
GetSites 'Calls a function that gets all the values
For i = 1 To 12
Check&i.Value = Sites(i)
Next i
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
|