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
|