Duplicate items in ComboBox

  • Thread starter Thread starter Coco
  • Start date Start date
C

Coco

I am creating a userform with combo boxes. These boxes contain approximately
3 choices from which the user can select. When the information on the
userform is transferred to an excell spreadsheet and the userform is
re-initialized for another set of data to be entered, the selections in the
combobox are now duplicated, triplicated, etc. What do I need to do in my
code to prevent this?
 
Maybe using a line like:

me.combobox1.clear

before adding more items to the list would work.
 

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