Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm looking for a way to uncheck check boxes all at once rather than one line
at a time. If I use ActiveSheet.CheckBoxes("Check Box 1").Value = 0 I'm fine but I have about 30 check boxes I would like to do this to. ActiveSheet.CheckBoxes.Visible = False 'this works great. It hides them all ActiveSheet.CheckBoxes.Value = 0 'this doesn't work at all. I get an error. Is there an easy way to make all check boxes blank? I have the default value set to unchecked but I need to reset them sort a speak based on other things going on. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Checkboxes | Excel Discussion (Misc queries) | |||
Using Checkboxes | Excel Discussion (Misc queries) | |||
Checkboxes | Excel Worksheet Functions | |||
Help with Checkboxes | Excel Programming | |||
Using Checkboxes | Excel Programming |