Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Another way:
Private Sub ComboBox1_Click() Select Case ComboBox1.Value Case "Value 1" Call Macro1 Case "Value 2" Call Macro2 Case "Value 3" Call Macro3 End Select End Sub Hth, Tim "Chas" wrote in message ... Hi, Need some guidance on this one. Have a combobox with three selections. Also have three macros, one for each combobox selection. I've tried selecting the combobox and assigning the macro but this only assigns one macro to the whole combobox. So only the macro assigned runs no matter which item is selected in the combobox. How do I assign a different macro to each combobox selection? Thanks in advance for your help! Chas |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
form control combobox | Excel Discussion (Misc queries) | |||
Control ToolBox ComboBox | Excel Discussion (Misc queries) | |||
Disable and enable dropdown combobox(Form Control) | Excel Discussion (Misc queries) | |||
Assigning Multiple Macros to One ComboBox Control | Excel Programming | |||
Assigning the name of a userform/control to a changing string | Excel Programming |