Shweta
Well-known Member
- Joined
- Jun 5, 2011
- Messages
- 514
Hi All,
I want to add item in combo box placed on a user form
I am using the code:
combobox1.additem (" A")
combobox1.additem (" B")
combobox1.additem (" C")
This is adding the item to the combobox but not once
means when I click on the arrow of combobox, it shows
A
B
C
A
B
C
A
B
C
Instead of this, it should be
A
B
C
Please tell me if I am doing some mistake in coding.
Thanks
Shweta
I want to add item in combo box placed on a user form
I am using the code:
combobox1.additem (" A")
combobox1.additem (" B")
combobox1.additem (" C")
This is adding the item to the combobox but not once
means when I click on the arrow of combobox, it shows
A
B
C
A
B
C
A
B
C
Instead of this, it should be
A
B
C
Please tell me if I am doing some mistake in coding.
Thanks
Shweta