I am adding a few controls at run time to an userform which was created
during design time. The below piece of code does that.
Form_Design_Time.Controls.Add("Forms.TextBox.1")
I want to now add an event to this text box which was created during
runtime. I am trying to use CreateEvenProc. I am not able to access the
form's codemodule.
Any work around?