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