Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to loop through all the checkbox controls in a spreadsheet and
make sure they are all checked. Why is this not workin: Sub FindCheckboxes() Dim obj As OLEObject For Each obj In OLEObjects If TypeOf obj.Object Is msforms.CheckBox Then obj.Object.Value = True End If Next obj End Sub Thanks EM |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Unable to Check Checkboxes | Excel Discussion (Misc queries) | |||
How do I set Checkboxes where you can only check yes or no, not bo | Excel Worksheet Functions | |||
How do I check/uncheck ten or odd Checkboxes by click on one check | Excel Discussion (Misc queries) | |||
Link Checkboxes and Grey out the Check | Excel Programming | |||
Can't check checkboxes in userform ... sometimes | Excel Programming |