Combo Box Help

  • Thread starter Thread starter David
  • Start date Start date
D

David

I have a form which when loaded populates the value/text of cells , say A1
to A10 into a combo box using the additem method.
Within this range off cells are duplicate entries and blank cells. I only
want to add to the combo box one occurrence, and ignore blank & duplicate
cells.
For example if below, were cells A1 to A10, i only want to see John, Dave &
Steve added once to the combo box.

John
John

Dave
Steve
John

Dave
John
Steve

Thanks again

Dave
 
I have a form which when loaded populates the value/text of cells , say A1
to A10 into a combo box using the additem method.
Within this range off cells are duplicate entries and blank cells. I only
want to add to the combo box one occurrence, and ignore blank & duplicate
cells.
For example if below, were cells A1 to A10, i only want to see John, Dave &
Steve added once to the combo box.

http://www.j-walk.com/ss/excel/tips/tip47.htm

This is for a ListBox, but it will work for a ComboBox
with minor and obvious changes.

HTH,
Merjet
 

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

combo box 2
Populate Combo Box 6
combo box 1
Use VLOOKUP to populate text box on form 8
Having trouble with combo boxes. 11
Combo Box Question 22
Help with combo box 2
Count With Criteria 9

Back
Top