droberts200401
IS-IT--Management
Help, as the subject says it all!
Would like a drop down box that has three options, this is my code -
Private Sub ComboBox1_Change()
ComboBox1.AddItem "A"
ComboBox1.AddItem "B"
ComboBox1.AddItem "C"
End Sub
However when a user selects one of the dropdown options (in a ComboBox) and has clicked out of the combo box, if they were to change their mind on the option they have selected the three fields have repeated themselves in the combobox. Any ideas please
Would like a drop down box that has three options, this is my code -
Private Sub ComboBox1_Change()
ComboBox1.AddItem "A"
ComboBox1.AddItem "B"
ComboBox1.AddItem "C"
End Sub
However when a user selects one of the dropdown options (in a ComboBox) and has clicked out of the combo box, if they were to change their mind on the option they have selected the three fields have repeated themselves in the combobox. Any ideas please