how i do i do a global replace of pictures in word?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a word document with 1500 instances of the same picture. I need to
replace all 1500 with a new picture that is the exact same. Is there a
global way to do this replacement?
 
There is a feature in Find - More - Special to find graphic objects, but
cannot be used for replace. AFAIK, that would have to be handled through a
macro or VBA procedure.

LOL |:>)
 
ken,

Are other pictures (graphics) in the document? If so, this could be
difficult. If not, it is a cinch.

Paste your new picture anywhere in the document and then selected in a press
CTRL+c (copies it to the clipboard)

With Edit>Replace

Type ^g in the find what field (looks for a graphic)
Type ^c in the replace with field (the content of the clipboard
Click replace all and Bob's your uncle.
 
Not to mention that if the graphic is linked, you can display the field code
(Alt+F9) and replace the old path with the new one.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top