Assign Multiple macros to an Active X Combobox

sanjessky

New Member
Joined
Jan 21, 2018
Messages
1
I'm having difficulty assigning multiple macros to an active x combo box. I want a different macro to run every time the user selects a different product from the combo box. I can assign one macro to the button no problem, but don't know how to incorporate more. My macros are Chevrolet1 and Toyota2 so far. I will be adding more once I figure this out. So far the list in my combo box is Chevrolet and Toyota. Again, I will be adding more once I figure this out. My first sheet in my workbook is called Sheet 1. Basically once the user selects say Chevrolet from the combobox, the Chevrolet1 macro would run and populate that information in specified cells. Any help is much appreciated. Thank you!
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
You can't really assign multiple macros to one combo box....Try having a look at the Select Case method in one macro
Select Case will allow the Case statement to do the necessary actions depending on the value selected by the user !
 
Upvote 0

Forum statistics

Threads
1,223,227
Messages
6,170,849
Members
452,361
Latest member
d3ad3y3

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top