I am creating a few text boxes dynamically on an userform which was created at
design time. I have this code in Module1. This works with the following line of
code
Form_Design_Time.Controls.Add("Forms.TextBox.1")
Now I want to add the change or any other event handler to this text box form
Modul1.
Any work around?