0

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.

malthus
  • 1
  • 1
  • 1
    I don't think there is an easy way to do that. You could do it as a class module which can check on any textbox change event. Something like [this](https://stackoverflow.com/questions/53123046/implementing-a-change-event-to-check-for-changes-to-textbox-values-and-enabling) could help you. – Simon Jul 16 '21 at 20:52

0 Answers0