I have a control
Private WithEvents txtContr As Office.CommandBarComboBox.

When I type something in the box and don't tab, but move cursor instead, the text is gone.
Is there any way to prevent this?
I need the text to be there in my text box.

Thank you all.