Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to get a macro/function to execute once a selection is made in
the combobox. So far I have had no luck finding out how to do this. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You want to use the Click event if it is an ActiveX combobox from the
control toolbox toolbar. in design mode (if on a worksheet) or in the VBE, double click on it to get to the click event. If from the forms toolbar, right click on it and select assign a macro If produced by the List Option in data validation, then if xl2000 or later, use the Change event. See Chip Pearson's page on Events http://www.cpearson.com/excel/events.htm -- Regards, Tom Ogilvy "James" wrote in message ... I am trying to get a macro/function to execute once a selection is made in the combobox. So far I have had no luck finding out how to do this. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
fill combobox depending on selection from another combobox | Excel Discussion (Misc queries) | |||
ComboBox list reliant on the entry from a different ComboBox | Excel Programming | |||
Could not execute | Excel Worksheet Functions | |||
How Do I Load A ComboBox RowSource From The Results Of Another ComboBox | Excel Programming | |||
Populating combobox from another combobox | Excel Programming |