Multiple Combo Boxes???

  • Thread starter Thread starter hce
  • Start date Start date
H

hce

Hi

Is it possible to have 2 or more combo boxes in one userform...? I
yes, how can i do it? I understand to put in the values for the comb
box i need to use initialize... the system does not allow me to us
more than 1 initialize so how can i get more than 1 combo box t
work...? any suggestion/advice would certainly be more than welcome
cos i have tried for ages...

cheer
 
Hi,
your comboox will have a name

eg i have one called accountlist and it works as such
With accountlist
.AddItem "Counter Sale"
.Add Item etc.......
End With

Do this for each combobox,
Rick
 

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

Similar Threads


Back
Top