Shape.Duplicate (Excel)
Duplicates the object and returns a reference to the new copy.
Dim shp As Shape: Set shp =
Dim shpDuplicate As Shape
Set shpDuplicate = shp.Duplicate()
Duplicates the object and returns a reference to the new copy.
Dim shp As Shape: Set shp =
Dim shpDuplicate As Shape
Set shpDuplicate = shp.Duplicate()