Set b = a will not copy a to b. It only changes the reference.Code:Dim a As Object Dim b As Object Set b = a
How do I copy objects just like in C++?
|
Results 1 to 8 of 8
Thread: How to copy an object?Threaded View
|
Click Here to Expand Forum to Full Width |