Examples:
The following VBA example removes the fill from the clone's parent object . If the fill link is not broken, the cloned object has no fill. This example assumes that the cloned object is currently selected
Sub Test()
ActiveShape.CloneLink.CloneParent.Fill.ApplyNoFill
End Sub