Is their a setting that will restrict the contents of a drop down combo box to only allow a selection from the drop down list. I don't want people to be able to type in their own text.

I know I could run through the list property with a for loop and check for the .text entry everytime they leave the field but with a super long list that seems a little redundant. Is their an easier way??