Software Development Network>> Microsoft ISV>> Take out the ability to input values on combo box?
Hi
You can set the property "style" to fmStyleDropDownList
I had the listbox down right but i had it before i listed all my items.
What do you mean
You can set the ListIndex property to 0 in VBA code
Combox1.ListIndex = 0
Take out the ability to input values on combo box?
Cavetroll
Tonnie
Niall83
Hi
You can set the property "style" to fmStyleDropDownList
Engineerik
I had the listbox down right but i had it before i listed all my items.
What do you mean
K.Kong
mshvw
You can set the ListIndex property to 0 in VBA code
Combox1.ListIndex = 0