Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Would there be a reason why the code below will not uncheck a Checkbox
that is "True" or ticked? Sub UncheckBoxes() Dim cb As CheckBox Application.ScreenUpdating = False Sheets("Input").Select For Each cb In ActiveSheet.CheckBoxes cb.Value = False Next cb End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
check or uncheck a check box based on a cell value | Excel Discussion (Misc queries) | |||
Uncheck Check Boxes | Excel Programming | |||
check/uncheck a checkbox | Excel Programming | |||
How do I check/uncheck ten or odd Checkboxes by click on one check | Excel Discussion (Misc queries) | |||
Check / Uncheck Box | Setting up and Configuration of Excel |