Sub Test() Dim s As Shape For Each s In ActivePage.Shapes If s.Type = cdrBitmapShape Then If s.Bitmap.Cropped Then s.Bitmap.Crop End If Next s End Sub