Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

copy constructors?

Status
Not open for further replies.

venkman

Programmer
Oct 9, 2001
467
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top