Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, I have a form with several ActiveX Combo Boxes. I also have some check
boxes. When one checkbox value is true, I want the combobox to default to a value, but when I put this code in, I get and "Object Not Defined" error message. Private Sub CheckBox6_Click() If CheckBox6.Value = True Then Worksheet.DropDown1176.Value = a89 End If End Sub Keep in mind I know Access VBA, but my Excel VBA skills are limited. Thanks, Harry |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ActiveX combobox | Excel Worksheet Functions | |||
ActiveX Combobox and LinkedCell | Excel Worksheet Functions | |||
publish activeX combobox and other activeX control | Excel Programming | |||
How do I update contents of activeX combobox? | Excel Programming | |||
HELP : ComboBox (Forms), Activex or What ? | Excel Programming |