Cloning Objects in VBA?

前端 未结 3 1986
天命终不由人
天命终不由人 2020-12-16 17:31

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         


        
3条回答
提交回复
热议问题