Software Development Network>> Microsoft ISV>> Take out the ability to input values on combo box?
I had the listbox down right but i had it before i listed all my items.
What do you mean
Hi
You can set the property "style" to fmStyleDropDownList
You can set the ListIndex property to 0 in VBA code
Combox1.ListIndex = 0
Take out the ability to input values on combo box?
wencey
Irina777
I had the listbox down right but i had it before i listed all my items.
What do you mean
LilianaNT
ToddGibbs
m3rLinEz
Hi
You can set the property "style" to fmStyleDropDownList
David Brenchley
You can set the ListIndex property to 0 in VBA code
Combox1.ListIndex = 0