View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Duplicate items in ComboBox

Maybe using a line like:

me.combobox1.clear

before adding more items to the list would work.

Coco wrote:

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?


--

Dave Peterson