Hi,

I have a combo box with 4 items. I have a Select Case event behind the combobox_click to run code based on the item selected..

However, what I need to do is only run the code if the item selected is different from the already selected item.. For example, the combo box currently shows Item1. If the user clicks the down arrow and selects Item1, I don't want the code to be executed.. But, if the user selects a different item, the code should be run..

Thanks,

Dan