[vba]ComboBox1.MatchRequired = True[/vba]requires the value of the control match an item in the list. If the user types in text that does not match an item, there is an error message. "Invalid property".

BTW: you need to use the instruction when you Initialize the userform.