Can the text be highlighted in a combo box? You know like when you make a selection from the combo box list the text is highlighted blue. I want the text already selected when the combo box is loaded up. I need something like the below code:
Combobox1.Selected(Combobox1.Listcount)
Thanks in advance
Ryan A UK

Combobox1.Selected(Combobox1.Listcount)
Thanks in advance
Ryan A UK