I have a combobox that has multiple events tied to it (eg, ComboBox1_Change, Click, GotFocus, LostFocus). For my purposes, I need to use an ActiveX control.
For some background:
I ran into an issue where the ActiveX control glitches when the machine is attached to a projector. Other's have had the same problem, but no solution. The best way I found to solve this issue is to create an additional button the user can click which deletes the ActiveX control and recreate it.
The problem is (and my question)... When I do this, the VBA events no longer execute. The control is named the exact same. Is there a simple fix (such as property in the ActiveX control I can set), so that I do not need to write VBA code to delete and rewrite existing VBA code (which I'm not even 100% sure will fix the issue)?