D
DGjr.
Hi. I'm new to VBA and need to populate a ComboBox (more than 25 items). I
want it to populate only once upon opening the doc. Can someone help? I'm
tryint to use:
Private Sub ComboBox1_Change()
With ComboBox1
.AddItem "First Item"
.AddItem "Second Item"
End With
End Sub
Donnie
want it to populate only once upon opening the doc. Can someone help? I'm
tryint to use:
Private Sub ComboBox1_Change()
With ComboBox1
.AddItem "First Item"
.AddItem "Second Item"
End With
End Sub
Donnie