Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It is a combobox from the controls toolbar. Below is the
change event code I have wrote. The program keeps stopping, thought, and highlighting: "cmbcc.RowSource = Sheets("Coding").Range("B4:B12")" Private Sub cmbmajorarea_Change() If cmbmajorarea.Value = "Environmental" Then cmbcc.RowSource = Sheets("Coding").Range("B4:B12") Else cmbcc.Value = "2" End If End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
fill combobox depending on selection from another combobox | Excel Discussion (Misc queries) | |||
combobox into another combobox | New Users to Excel | |||
COMBOBOX | New Users to Excel | |||
combobox | Excel Programming | |||
Combobox | Excel Programming |