Well, it won't show a message to the user, but it will restrict their choice to the options in the combobox.
If you want to do a message, then these lines:
Private Sub YourComboBox_NotInList((NewData As String, Response As Integer)
MsgBox "The selection is wrong.", vbExclamation +...