I have a comboBox that I want to put an event on so when the user makes a selection it fires. I am currently using the .CHANGE event and it fires whenever the selection in the comboBox is changed. But the problem is the comboBox comes up with a default selection, and sometimes that selection is the selection the user wants, so therefore the .CHANGE doesn’t fire becasue the user just selects the same thing from the comboBox which is what is selected by default. Does anyone have any suggestions of how to do this. Thanks