Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
steve:
you have a typo, your apostrophe is before False. -- Gary "stevebriz" wrote in message oups.com... Try this: Private Sub CheckBox26_Click() ' This works as clear all for other checkboxes 1 t0 25 Dim k as integer If CheckBox26.Value = False Then ' Checkbox26 is the control checkbox to clear the other 25 For k = 1 To 25 ' check boxes 1 to 25 Me.Controls("Checkbox" & k).Value =' False set all boxes false Next k End If End Sub |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I add a control check box to control other checkboxes? | Excel Worksheet Functions | |||
CheckBoxes: How to reset | Excel Discussion (Misc queries) | |||
Reset Checkboxes from Control Tool Box | Excel Programming | |||
creating checkboxes from forms tool bar | Excel Worksheet Functions | |||
Tool Tip Text for Form control/ Active-X control | Excel Programming |