Originally Posted by macropod For x = 1 to 199 ActiveDocument.Shapes("Picture" & x).Delete Next Yes, that worked perfectly. It's highlighted a different problem (for me) but the code worked like a charm. Thank you, I really appreciate it
For x = 1 to 199 ActiveDocument.Shapes("Picture" & x).Delete Next
Forum Rules