PC Review


Reply
Thread Tools Rate Thread

How can I globally replace a logo in WORD throughout a folder?

 
 
=?Utf-8?B?Y29saW5tY2I=?=
Guest
Posts: n/a
 
      31st Oct 2006
Hi

Can anybody tell me how I can globally replace a company logo (held in the
Header)of several WORD documents throughout a folder, without having to open
each file individually to cut & Paste?

Thanking you in antici....pation

Colin
 
Reply With Quote
 
 
 
 
Graham Mayor
Guest
Posts: n/a
 
      31st Oct 2006
You can't - though you *may* be able to automate it with vba - see
http://www.gmayor.com/batch_replace.htm How easy this will be in practice
depends on how the image has been inserted and what you want to change it
with.
Provided you change your new document templates, it shouldn't be necessary
to change old documents. If they are filed for reference why change them?

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

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

colinmcb wrote:
> Hi
>
> Can anybody tell me how I can globally replace a company logo (held
> in the Header)of several WORD documents throughout a folder, without
> having to open each file individually to cut & Paste?
>
> Thanking you in antici....pation
>
> Colin



 
Reply With Quote
 
=?Utf-8?B?Y29saW5tY2I=?=
Guest
Posts: n/a
 
      31st Oct 2006
Thanks for the quick reply Graham.

You would think that my problem must happen a lot these days, what with
companies being outsourced (we were previously NHS but have had 4 new
'employers' in the last 12 yrs).

I live in hope that there is a solution out there to this, but meantime,
I'll see if I can adapt your VB code to suit my needs.

Cheers

Colin

"Graham Mayor" wrote:

> You can't - though you *may* be able to automate it with vba - see
> http://www.gmayor.com/batch_replace.htm How easy this will be in practice
> depends on how the image has been inserted and what you want to change it
> with.
> Provided you change your new document templates, it shouldn't be necessary
> to change old documents. If they are filed for reference why change them?
>
> --
> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Graham Mayor - Word MVP
>
> My web site www.gmayor.com
> Word MVP web site http://word.mvps.org
> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
>
> colinmcb wrote:
> > Hi
> >
> > Can anybody tell me how I can globally replace a company logo (held
> > in the Header)of several WORD documents throughout a folder, without
> > having to open each file individually to cut & Paste?
> >
> > Thanking you in antici....pation
> >
> > Colin

>
>
>

 
Reply With Quote
 
Graham Mayor
Guest
Posts: n/a
 
      31st Oct 2006
You might take a look at http://www.gmayor.com/Autotext_replace.htm as this
technique could be adapted to insert a graphic instead of autotext. The
tricky bit will be finding your original graphic which may mean switching
the view to display fields (ALT+F9) opening the header, searching for the
correct field or graphic then replace with the clipboard contents. All, as I
said, depends on your document layout and how the original is inserted. If
you want to send me a sample document with dummy text then send it to my web
link. Please note that the weather here is appalling with frequent power
outages and communications blackouts at present (two people were swept away
in flash floods in the village yesterday) so I may not be able to get back
quickly.

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

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

colinmcb wrote:
> Thanks for the quick reply Graham.
>
> You would think that my problem must happen a lot these days, what
> with companies being outsourced (we were previously NHS but have had
> 4 new 'employers' in the last 12 yrs).
>
> I live in hope that there is a solution out there to this, but
> meantime, I'll see if I can adapt your VB code to suit my needs.
>
> Cheers
>
> Colin
>
> "Graham Mayor" wrote:
>
>> You can't - though you *may* be able to automate it with vba - see
>> http://www.gmayor.com/batch_replace.htm How easy this will be in
>> practice depends on how the image has been inserted and what you
>> want to change it with.
>> Provided you change your new document templates, it shouldn't be
>> necessary to change old documents. If they are filed for reference
>> why change them?
>>
>> --
>> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
>> Graham Mayor - Word MVP
>>
>> My web site www.gmayor.com
>> Word MVP web site http://word.mvps.org
>> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
>>
>> colinmcb wrote:
>>> Hi
>>>
>>> Can anybody tell me how I can globally replace a company logo (held
>>> in the Header)of several WORD documents throughout a folder, without
>>> having to open each file individually to cut & Paste?
>>>
>>> Thanking you in antici....pation
>>>
>>> Colin



 
Reply With Quote
 
Robert M. Franz (RMF)
Guest
Posts: n/a
 
      31st Oct 2006
Hi Colin

colinmcb wrote:
> You would think that my problem must happen a lot these days, what with
> companies being outsourced (we were previously NHS but have had 4 new
> 'employers' in the last 12 yrs).
>
> I live in hope that there is a solution out there to this, but meantime,
> I'll see if I can adapt your VB code to suit my needs.


That _is_ the solution! :-)

Part (well, the biggest part IMnsHO) is that too many companies (and/or
their employees) don't use Word "templates" as intended; but simply open
up an old and "similar" document, cut and write anew.

Once you get over that stage, you are left with a very much smaller set
of templates to update instead of "all available documents on the
company file server."

The next stage would be to setup those templates that possible future
changes of CI can be done with less work (say, by invoking logo materiel
by reference and breaking the links with an AutoMacro). Given the
broadness of possibilities for designers, it's not clear whether there's
a business case for such an approach, though.

0.2cents
Robert
 
Reply With Quote
 
=?Utf-8?B?Y29saW5tY2I=?=
Guest
Posts: n/a
 
      31st Oct 2006
Hi Graham

Well, after reading your reply below, it seems I won't be able to use the
VBA after all, as the Logo was just pasted in as a picture into the header -
so no text or fields to be searched for.

Thanks for your help anyway, and eh.... keep dry!

"Graham Mayor" wrote:

> You might take a look at http://www.gmayor.com/Autotext_replace.htm as this
> technique could be adapted to insert a graphic instead of autotext. The
> tricky bit will be finding your original graphic which may mean switching
> the view to display fields (ALT+F9) opening the header, searching for the
> correct field or graphic then replace with the clipboard contents. All, as I
> said, depends on your document layout and how the original is inserted. If
> you want to send me a sample document with dummy text then send it to my web
> link. Please note that the weather here is appalling with frequent power
> outages and communications blackouts at present (two people were swept away
> in flash floods in the village yesterday) so I may not be able to get back
> quickly.
>
> --
> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Graham Mayor - Word MVP
>
> My web site www.gmayor.com
> Word MVP web site http://word.mvps.org
> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
>
> colinmcb wrote:
> > Thanks for the quick reply Graham.
> >
> > You would think that my problem must happen a lot these days, what
> > with companies being outsourced (we were previously NHS but have had
> > 4 new 'employers' in the last 12 yrs).
> >
> > I live in hope that there is a solution out there to this, but
> > meantime, I'll see if I can adapt your VB code to suit my needs.
> >
> > Cheers
> >
> > Colin
> >
> > "Graham Mayor" wrote:
> >
> >> You can't - though you *may* be able to automate it with vba - see
> >> http://www.gmayor.com/batch_replace.htm How easy this will be in
> >> practice depends on how the image has been inserted and what you
> >> want to change it with.
> >> Provided you change your new document templates, it shouldn't be
> >> necessary to change old documents. If they are filed for reference
> >> why change them?
> >>
> >> --
> >> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> >> Graham Mayor - Word MVP
> >>
> >> My web site www.gmayor.com
> >> Word MVP web site http://word.mvps.org
> >> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> >>
> >> colinmcb wrote:
> >>> Hi
> >>>
> >>> Can anybody tell me how I can globally replace a company logo (held
> >>> in the Header)of several WORD documents throughout a folder, without
> >>> having to open each file individually to cut & Paste?
> >>>
> >>> Thanking you in antici....pation
> >>>
> >>> Colin

>
>
>

 
Reply With Quote
 
Tony Jollans
Guest
Posts: n/a
 
      31st Oct 2006
What to do really depends on where you are starting from and what end result
you want.

I would seriously question, though, why you need to change many documents,
which you are not otherwise updating and which have logos reflecting when
they were written. I don't see any business benefit in this - if anything I
think it plain wrong, but at best if you are not otherwise editing the
documents who will ever know? And, if you are updating them, it may be
possible to automate the change process through code in the template(s).

--
Enjoy,
Tony


"colinmcb" <(E-Mail Removed)> wrote in message
news:416DC8EB-95B1-4E51-A21A-(E-Mail Removed)...
> Thanks for the quick reply Graham.
>
> You would think that my problem must happen a lot these days, what with
> companies being outsourced (we were previously NHS but have had 4 new
> 'employers' in the last 12 yrs).
>
> I live in hope that there is a solution out there to this, but meantime,
> I'll see if I can adapt your VB code to suit my needs.
>
> Cheers
>
> Colin
>
> "Graham Mayor" wrote:
>
> > You can't - though you *may* be able to automate it with vba - see
> > http://www.gmayor.com/batch_replace.htm How easy this will be in

practice
> > depends on how the image has been inserted and what you want to change

it
> > with.
> > Provided you change your new document templates, it shouldn't be

necessary
> > to change old documents. If they are filed for reference why change

them?
> >
> > --
> > <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> > Graham Mayor - Word MVP
> >
> > My web site www.gmayor.com
> > Word MVP web site http://word.mvps.org
> > <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> >
> > colinmcb wrote:
> > > Hi
> > >
> > > Can anybody tell me how I can globally replace a company logo (held
> > > in the Header)of several WORD documents throughout a folder, without
> > > having to open each file individually to cut & Paste?
> > >
> > > Thanking you in antici....pation
> > >
> > > Colin

> >
> >
> >



 
Reply With Quote
 
Graham Mayor
Guest
Posts: n/a
 
      31st Oct 2006
If the image is in line with text search for ^g

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

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

colinmcb wrote:
> Hi Graham
>
> Well, after reading your reply below, it seems I won't be able to use
> the VBA after all, as the Logo was just pasted in as a picture into
> the header - so no text or fields to be searched for.
>
> Thanks for your help anyway, and eh.... keep dry!
>
> "Graham Mayor" wrote:
>
>> You might take a look at http://www.gmayor.com/Autotext_replace.htm
>> as this technique could be adapted to insert a graphic instead of
>> autotext. The tricky bit will be finding your original graphic which
>> may mean switching the view to display fields (ALT+F9) opening the
>> header, searching for the correct field or graphic then replace with
>> the clipboard contents. All, as I said, depends on your document
>> layout and how the original is inserted. If you want to send me a
>> sample document with dummy text then send it to my web link. Please
>> note that the weather here is appalling with frequent power outages
>> and communications blackouts at present (two people were swept away
>> in flash floods in the village yesterday) so I may not be able to
>> get back quickly.
>>
>> --
>> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
>> Graham Mayor - Word MVP
>>
>> My web site www.gmayor.com
>> Word MVP web site http://word.mvps.org
>> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
>>
>> colinmcb wrote:
>>> Thanks for the quick reply Graham.
>>>
>>> You would think that my problem must happen a lot these days, what
>>> with companies being outsourced (we were previously NHS but have had
>>> 4 new 'employers' in the last 12 yrs).
>>>
>>> I live in hope that there is a solution out there to this, but
>>> meantime, I'll see if I can adapt your VB code to suit my needs.
>>>
>>> Cheers
>>>
>>> Colin
>>>
>>> "Graham Mayor" wrote:
>>>
>>>> You can't - though you *may* be able to automate it with vba - see
>>>> http://www.gmayor.com/batch_replace.htm How easy this will be in
>>>> practice depends on how the image has been inserted and what you
>>>> want to change it with.
>>>> Provided you change your new document templates, it shouldn't be
>>>> necessary to change old documents. If they are filed for reference
>>>> why change them?
>>>>
>>>> --
>>>> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
>>>> Graham Mayor - Word MVP
>>>>
>>>> My web site www.gmayor.com
>>>> Word MVP web site http://word.mvps.org
>>>> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
>>>>
>>>> colinmcb wrote:
>>>>> Hi
>>>>>
>>>>> Can anybody tell me how I can globally replace a company logo
>>>>> (held in the Header)of several WORD documents throughout a
>>>>> folder, without having to open each file individually to cut &
>>>>> Paste?
>>>>>
>>>>> Thanking you in antici....pation
>>>>>
>>>>> Colin



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do you replace tabs with spaces globally =?Utf-8?B?UGhpbGlwSQ==?= Microsoft Powerpoint 1 26th Oct 2006 07:53 AM
How to globally replace a value and set a format. =?Utf-8?B?TmljaG9sYXM=?= Microsoft Excel Misc 0 28th Sep 2006 07:25 PM
How can I replace Word document logo with picture or graphic? =?Utf-8?B?U0VXMTIz?= Microsoft Word Document Management 3 30th Oct 2005 03:44 PM
Advanced Replace globally in all worksheets Nivesh Microsoft Excel Worksheet Functions 1 30th Jul 2004 10:25 AM
Globally replace fonts Rene Microsoft Powerpoint 3 28th Jul 2003 01:44 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:13 PM.