|
|
Subject:
MS Word: How to delete all pictures from a document
Category: Computers > Software Asked by: rambler-ga List Price: $8.00 |
Posted:
01 Jul 2006 06:25 PDT
Expires: 31 Jul 2006 06:25 PDT Question ID: 742572 |
Everyday, I produce an MS Word document containing the day's TV listings. In order to minimize printing, I delete all the TV network icons (the CBS 'eye', the NBC peacock, etc). However, I have to do this one by one, and it's quite tedious. Is there a way to delete all these icons at once? | |
| |
| |
|
|
Subject:
Re: MS Word: How to delete all pictures from a document
Answered By: hammer-ga on 01 Jul 2006 16:19 PDT Rated: |
Rambler, Try this code on a copy of your document. See if it deletes what you don't want and leaves what you do want. Sub DitchPictures() Dim objPic As InlineShape For Each objPic In ActiveDocument.InlineShapes objPic.Delete Next objPic End Sub - Hammer Search strategy --------------- Searching for 'word delete pictures' led me to the information that the pictures in a Word document are accessed through the InlineShapes collection. Once I knew this, I was able to write the VBA to find and delete them. |
rambler-ga
rated this answer:
and gave an additional tip of:
$2.00
Exactly the information I needed. |
|
Subject:
Re: MS Word: How to delete all pictures from a document
From: domlondon-ga on 19 Sep 2006 12:09 PDT |
Eveb SImpler Do to EDIT Then REPLACE Then click MORE Then click SPECIAL Choose GRAPHIC Then cluck OK Job done;-) |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |