Hello,
I have a UserForm with a combobox in it.
When I select an item from the combo's drop down list, it is displayed on the combobox.
I want the selected item to appear in Red background in the combobox if the selected item has certain specified features, e.g., if it begins with letter X.
Which event will capture the selection of the item from the combo's drop down?
Could you give a simple code snippet to show how we can colour the combobox red if the selected item begins with "X"?
Thanks
Leon