I have a worksheet with 4 macro embedded shapes on it. I'm am trying to get code to work that will delete two of the 4, but I'm not having any luck.
Dim Shp as Shape
With wb2.Worksheets(1)
.Unprotect
For Each Shp In ActiveSheet.Shapes
If Shp.Name = "Group12"...