Heya everyone... can't seem to get this one:
I have a worksheet that I've added a combobox to that allows users the ability to change the data that is shown. I need to run a macro when the user selects a different value in the combobox,, but cannot seem to get it to fire off.
I've named the combobox 'RepComboBox' and tried adding the code
but nothing happens. Any thoughts?
PS... if it matters, I'm on Excel 2007.
I have a worksheet that I've added a combobox to that allows users the ability to change the data that is shown. I need to run a macro when the user selects a different value in the combobox,, but cannot seem to get it to fire off.
I've named the combobox 'RepComboBox' and tried adding the code
Code:
Private Sub RepComboBox_Change()
RunMyMacro
End Sub
but nothing happens. Any thoughts?
PS... if it matters, I'm on Excel 2007.