I have a string "Hello". I want to add the string "Hello" as an item into a ComboBox. But if the string already exists, I want a MsgBox to popup saying "Sorry, item already exists". How do I do that?

-- Ethan --