A
anonymous
Hi, I'm not sure if this is the right group to ask this question but if
it isn't can someone tell me the right newsgroup to go to. So whenever
I try to use this code to make a combo box with the items "Test" and
"Test 2" it shows more than one of each item. Here is the code:
Public Sub InitListBox()
ComboBox1.AddItem "Test", 1
ComboBox1.AddItem "Test 2", 2
End Sub
or
Public Sub Auto_Open()
ComboBox1.AddItem "Test", 1
ComboBox1.AddItem "Test 2", 2
End Sub
it isn't can someone tell me the right newsgroup to go to. So whenever
I try to use this code to make a combo box with the items "Test" and
"Test 2" it shows more than one of each item. Here is the code:
Public Sub InitListBox()
ComboBox1.AddItem "Test", 1
ComboBox1.AddItem "Test 2", 2
End Sub
or
Public Sub Auto_Open()
ComboBox1.AddItem "Test", 1
ComboBox1.AddItem "Test 2", 2
End Sub