Hello yay_excel,

The ComboBox has two events that can help: AfterUpdate and Exit. AfterUpdate occurs after the user has made an entry. This is good event to use for validation of the entry. The Exit event is similar to LostFocus. This occurs when the user has click on another object and before that object takes the focus.

Seems to me, the AfterUpdate event would work for what you want to do.