I want to show a message If combobox selected text includes a specific character such as "!"
Using: If InStr(ComboBox1.Text, "!")
I have already managed it however there is only one issue,
As long as I pick the combo box listed selection message shows up.
I just want the message to be popped up after selection done and list is closed. Not as the list is drop downed already.
Thanks
Using: If InStr(ComboBox1.Text, "!")
I have already managed it however there is only one issue,
As long as I pick the combo box listed selection message shows up.
I just want the message to be popped up after selection done and list is closed. Not as the list is drop downed already.
Thanks