Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Dave: You da man
Have the names wrong...they are "Check Box 18" etc how do I make them on or off given this? I tried to space them, but no work. I would like to specify which are on/off because a few are still place holders. Dave Peterson wrote: Are you sure they're from the Forms toolbar? Those checkboxes usually have names like "Check Box 1" But if they are from the Forms toolbar: activesheet.checkboxes.value = xlon 'xloff Native wrote: Sorry, about this, but my head is sore from pounding on the desk.... Have a handful of check marks that I put on via the Forms Check Box and want to have a sub that will check/uncheck all of them. However, i can't even get the basics on this. What am i missing? I keep getting error messages no matter how I try to tweak...last error is "object required" Sub CheckAll_Houses() With ActiveSheet CheckBox18.Value = True CheckBox19.Value = True CheckBox20.Value = True CheckBox21.Value = True CheckBox22.Value = True End With End Sub -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Linked Check Boxes | Excel Discussion (Misc queries) | |||
Can one cell hold multiple check boxes (and then sort based off e. | Excel Discussion (Misc queries) | |||
why do check boxes move when printing excel spreadhseets | Excel Discussion (Misc queries) | |||
Selecting Check Boxes | Excel Discussion (Misc queries) | |||
How to align check boxes on an Excel sheet? | Excel Worksheet Functions |