Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi: I'd like to set a checkbox value to false after selection of an item
from a Combo Box. I've tried various things, but cannot seem to get the correct syntax. Both the Combo Box and Check Box are on a User Form. The latest code tried is: Private Sub cmbMembers_Change() If Val(cmbMembers.Value) 0 Then Cells(cmbMembers.Value, 1).Select CheckBox1.Enabled = True: Value = False Else CheckBox1.Enabled = False CheckBox2.Enabled = False CheckBox3.Enabled = False End If End Sub Any help will be appreciated... |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
[excel] checkbox = false = ukryj kilka komórek/wierszy/kolumn | Excel Discussion (Misc queries) | |||
I need to create a simple checkbox that has true false outputs | Excel Discussion (Misc queries) | |||
Setting Default of Checkbox based on value of combobox | Excel Programming | |||
Checkbox toggle true/false | Excel Programming | |||
Setting LinkedCell on a CheckBox Control | Excel Programming |