If entry is required into that combo box, and they must select something from the list, why have the empty string as a choice?

You can look at capturing the delete key presses ( IF KeyCode = 46 then...) or you can use on error for combo box selection/change event handling