Re: Find a replace all images

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Jay Freedman (jay.freedman_at_verizon.net)
Date: 06/26/04


Date: Sat, 26 Jun 2004 11:11:53 -0400

Hi Chris,

That depends on what you want to replace the images with. If they
should all be replaced with the same graphic, then yes... but doing it
with a macro would be harder than doing it manually.

First insert the replacement graphic somewhere in the document, and
size/crop/adjust it as you want. Cut it to the clipboard. Open the
Replace dialog. Enter ^g in the Find What box and ^c in the
Replace With box. Click the Replace All button.

The difficulty with the macro is in getting the replacement graphic,
properly adjusted, onto the clipboard. It's possible but a fair amount
of work for little return.

"Chris Joyce" <nntp(remove)@chrisjoyce.id.au> wrote:

>Is there a simple way to find and replace all images in a document , setting
>the propities at the same time ?
>
>
> Chris
>

--
Regards,
Jay Freedman
Microsoft Word MVP        FAQ: http://www.mvps.org/word


Relevant Pages

  • RE: Some help on break
    ... Your macro inserts the line breaks in a replace-all operation. ... Your macro also creates a Range object, ... after each replacement to format the next word. ... I m trying oRng.Words.First.Characters.First.Case = wdUpperCase ...
    (microsoft.public.word.vba.general)
  • Please Help - Conditional If Then code in VB
    ... deadline to complete this new checklist. ... The macro ask a series of questions ... The next asks which product is being sold. ... is a YesNo button box that ask if the product is a replacement. ...
    (microsoft.public.word.vba.beginners)
  • Re: Verbatim with exception
    ... The replacement is recursive, so ... Defines a macro to expand to ... which text is read within verbatim-environments: ... rather than a catcode1-one and right-delimited by a verbatimized ...
    (comp.text.tex)
  • RE: IF statements in Macros
    ... public function XYZ() ... so if you the replacement of abc with xyz is ... statements within the same macro or do i need to create seperate modules? ... at the moment i am just using the record macro option to record while i copy ...
    (microsoft.public.excel.programming)
  • Re: macro fix
    ... the Replacement Text in the second column and the interate through the rows ... of that table to obtain each pair in succession and pass them to your macro. ... Dim Source As Document, Target As Document, FText As Range, Rtext As Range, ... > Sub T ...
    (microsoft.public.word.vba.general)