I have an activeX textbox which performs "textbox1_Change()" by default whenever the contents of the textbox is changed. Is there a vba property that allows me to change the specific event that is triggered when the text is changed?
CONTEXT My project has a button that allows the user to generate an activex textbox. My goal is to assign the newly generated textbox a specific event that I wrote. However, the default event that is assigned every time a new activex textbox is generated is just an empty function.