Combox Help!

P

PumaMan

Hi,

Using MS Excel 2003 - VBA.

I have a combox with a list of states. How can I prevent the user from
entering a manual item into that list? I only want them to select the states
I have populated into the list. I couldn't find a "Limit to List" property.
:-(
 
M

Mike H

Hi,

In design mode right click it and 'Properties' and change the style property
to

frmStyleDropDownList

Mike
 
Top