Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would am attempting to create two clickboxes where when one is
turned On the other is turned Off automatically. No luck so far. Any suggestions would be appreciated. Below are two of the codes I have tried. Private Sub CheckBox1_Click() CheckBox1.Value = True CheckBox2.Value = False End Sub Private Sub CheckBox2_Click() CheckBox2.Value = True CheckBox1.Value = False End Sub AND Private Sub CheckBox1_Click() If CheckBox2.Value = True Then CheckBox2.Value = False End If End Sub Private Sub CheckBox2_Click() If CheckBox1.Value = True Then CheckBox1.Value = False End If End Sub TIA, BrianG |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
2007 Form Control/ActiveX Control font difference | Excel Discussion (Misc queries) | |||
Special Control Needed - Please Advise | Excel Programming | |||
Help needed with a RefEdit control | Excel Programming | |||
Programatically control picture property of Image control | Excel Programming | |||
Calendar Control: Can't exit design mode because control can't be created | Excel Programming |