Hi All,

Situation:
I have a Form1 with TextBox1 (from MS Forms 2.0) on it.
I have variable called 'obj' type is Object.
Value of variable is Textbox.Object

Question:
How can I do something like this:

set TextBox1.Object = obj




If I write like above I got "Type Mismatch" error.

Thanks.