I come from a c++ background, hence the question:
are there copy constructors in vba?
If I write a class module, do I need to write a copy constructor to tell vba how to make copies of my class?
What if I wanted to make a non-default copy constructor, can I do that?
-Venkman
are there copy constructors in vba?
If I write a class module, do I need to write a copy constructor to tell vba how to make copies of my class?
What if I wanted to make a non-default copy constructor, can I do that?
-Venkman