Is there a generic way to clone objects in VBA? So that i could copy x to y instead of copying just the pointer?
Dim x As New Class1 Dim y As Class1 x
I don't think there's anything built in, although it would be nice.
I think there should at least be a way to create a Clone method automatically using the VBA Editor. I'll see if I can take a look at it once I've got the kids to bed...