Hello,

I need your help in the next situation:

I have object variable (as Object) which holds TextBox1.Object

I need some method or something else to load control holded in this object variable to form.

If I place TextBox2 on the form and then try to do following:

set TextBox2.Object = obj 'my object var




I will get error Type mismatch.

Help me please.
Thanks