I have a spreadsheet with imported pictures. I want to delete all of the pictures. When I recorded a sample macro, I got the code below: ActiveSheet.Shapes("Picture 117").Select Selection.Delete Unfortuanately, I don't know the numbers. Is there a way to cycle find the picture id or delete...