Hi,
Im trying to populate a combo first time coding but no luck. Any ideas how its done. Below is my code. Thanks
Private Sub cmb_Change()
cmb.ListIndex = 0
cmb.AddItem ("Yellow")
cmb.AddItem ("Pink")
cmb.AddItem ("Blue")
cmb.ListIndex = -1
End Sub
|
Results 1 to 5 of 5
Thread: populate a comboboxThreaded View
|
Click Here to Expand Forum to Full Width |