Public Function MCopy(obj As Object) As Object Dim oky As Object oky = obj.Copy() Return oky End