Excel User Form using 2 Combo Box with 1st Combon controling the 2

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do you have data displayed in first combo box, It controlls what the
second combo box shows and display 3 columns across.
ca1358
 
ca1358,
You need to have a list of items in combo#1, and for each item there,
there would be a corresponding list of items which would be displayed
in combo#2. The code to load combo#2 can be attached to an event in
combo#1, like OnChange.
That is the concept, you have to supply the details.
Cheers,
Alan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top