mtroche
Civil/Environmental
- Jun 4, 2001
- 39
My program is in VBA. I have a ComboBox showing the items from an array, but there are some repeated items and I don't want to show the same item twice or more in any ComboBox. How can I do it? How can I make the ComboBox to show each item from the same array just one time and don't show repeated items? I will appreciate any help.