I help support a large number of templates which have the following formula
in them:

{INCLUDEPICTURE "C:\\Program Files\\Microsoft
Office\\Clipart\\WYP\\COLLAND.TIF" \* MERGEFORMAT \d}

Is there a way with code without going into each and every template whereby
I can change the ".TIF" to ".JPG"?

--
Mark

Re: Altering formula by Graham

Graham
Wed Mar 15 10:00:04 CST 2006

No - but you can use a batch replace using code similar to that at
http://www.gmayor.com/batch_replace.htm You'll need to toggle the display
(ALT+F9) to show the field construction before you can run a replace on the
field content.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>

Mark wrote:
> I help support a large number of templates which have the following
> formula in them:
>
> {INCLUDEPICTURE "C:\\Program Files\\Microsoft
> Office\\Clipart\\WYP\\COLLAND.TIF" \* MERGEFORMAT \d}
>
> Is there a way with code without going into each and every template
> whereby I can change the ".TIF" to ".JPG"?