|
-
Nov 20th, 1999, 07:13 PM
#1
Thread Starter
Junior Member
I want to check a couple of hundred optionbuttons and for each optionbutton that's true a particular cell has to become 1 or zero.
How can I do this??
-
Nov 21st, 1999, 12:57 PM
#2
Hyperactive Member
You could try this.
Create a control array for the option buttons. Once that is done, use this code:
for i = 1 to 300
if option(i).value = true then 'do something
next
I hope this helped. I'm not sure if it'll help.
Alexander McAndrew
VB Zone http://gsenterprise.server101.com
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
|