I have a bunch of options for someone to select (about 45) and they want to be able to check the ones they want. Press an "update" button, go the next page and show only those that they selected. Now - I named all my CB's (Check boxes) CBo1...CBo45 in hopes to be able to reference them. Is there any way to read the current status of a box (ie checked vs not checked) using the references CBo1 - CBo45?
I've tried reffering to the box using an If command but naming the CB in the name field in the upper left doesn't allow excel to figure out what the heck it's doing. So I'm looking for a way in VB to have some type of a for loop from 1 to 45 - check all the boxes. Make a list of those boxes that have been checked and make them all viewable on teh next sheet. Hopefully this isn't too confusing!
Thanks in advance!!!
I've tried reffering to the box using an If command but naming the CB in the name field in the upper left doesn't allow excel to figure out what the heck it's doing. So I'm looking for a way in VB to have some type of a for loop from 1 to 45 - check all the boxes. Make a list of those boxes that have been checked and make them all viewable on teh next sheet. Hopefully this isn't too confusing!
Thanks in advance!!!