Hi all
Can someone help me with setting default text in the top of the combo box .. I have tried
CboCity.Text. Selected(6) = true
and I have tried
Cbocity.text = CboCity.List(6) = True
Where CboCity is my combobox and (6) is the index of the item I want to display first
Thanks Tan


Hi all
Reply With Quote