PDA

View Full Version : ComboBox - Highlight default when userform loads



ProteanBeing
02-08-2008, 09:32 AM
How do you do this? I want my combobox to state <Select Items> and be highlighted because I also want them to be able to type.

Bob Phillips
02-08-2008, 09:34 AM
With Me.ComboBox1

.AddItem "<Select Items>"
'add rest
.Listindex=0
End With

ProteanBeing
02-08-2008, 09:42 AM
this did not highlight <Select Items>. I want the text inside the box to be highlighted