Deletes all pictures in a workbook (say from a converted document) in the active document

PHOTO EMBED

Wed Sep 08 2021 05:18:45 GMT+0000 (Coordinated Universal Time)

Saved by @cnewnham #vba

Sub DeleteAllPictures() 'Deletes all pictures in a workbook (say from a converted document) in the active document

ActiveSheet.Pictures.Delete

End Sub
content_copyCOPY