About Copying an Object to the Same Location (VBA/ActiveX)

To copy a single object, use the Copy method provided for that object.

The Copy method creates a new object that is a duplicate of the original object. The new object is located at the same position as the original, and is returned by the method.