Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
mikeh mikeh is offline
external usenet poster
 
Posts: 4
Default Updating docs with template

I was wondering if Word allows updating graphics logo in a header if the
header has been updated in the DOT file.

I have replaced the logo in the DOT file and I thought it would auto update
the header of any doc created with that template once opened.

Am I missing something?
--
Thanks in Advance.
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default Updating docs with template

See http://www.shaunakelly.com/word/atta...ate/index.html.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

MikeH wrote:
I was wondering if Word allows updating graphics logo in a header if
the header has been updated in the DOT file.

I have replaced the logo in the DOT file and I thought it would auto
update the header of any doc created with that template once opened.

Am I missing something?



  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Robert M. Franz (RMF) Robert M. Franz (RMF) is offline
external usenet poster
 
Posts: 1,741
Default Updating docs with template

Hi Mike

MikeH wrote:
I was wondering if Word allows updating graphics logo in a header if the
header has been updated in the DOT file.

I have replaced the logo in the DOT file and I thought it would auto update
the header of any doc created with that template once opened.

Am I missing something?


Yes: the moment you create a new document, it inherits many things from
the template. But from then own, this "child" document is on its own.

[That's a simplification, because a) it has access to VBA code running
in the template, and b) there are mechanisms to play styles back and
forth between the document and its template.]

You can, in theory, create the graphic as a field to an external file
(INCLUDEPICTURE field), and you can insert (parts of) another file
(INCLUDETEXT field). However, more often than not, you might run into
problems that the external content gets unaccessible (if the document is
moved/mailed to another system).

Usually, this should not be a problem in the first place, because you
don't want old documents to suddenly reflect a new logo (on the
contrary). If that's a problem, then maybe you are re-purposing a
document as a template? Can you describe why you want your existing
documents to reflect new logos, instead of creating new documents based
on an updated template?

I've setup templates themselves to contain such fields, but added
Automacros to explicitly break the links when a new document is created
(so that it's stable).

Greetinx
Robert
--
/"\ ASCII Ribbon Campaign | MS
\ / | MVP
X Against HTML | for
/ \ in e-mail & news | Word
  #4   Report Post  
Posted to microsoft.public.word.docmanagement
mikeh mikeh is offline
external usenet poster
 
Posts: 4
Default Updating docs with template

What happened is that I have done 50+ procedures for a client before they
sent me new logo artwork. So I am looking for an easy way to replace the
logo in the header with the minimum number of keystrokes.
--
Thanks in Advance.


"Robert M. Franz (RMF)" wrote:

Hi Mike

MikeH wrote:
I was wondering if Word allows updating graphics logo in a header if the
header has been updated in the DOT file.

I have replaced the logo in the DOT file and I thought it would auto update
the header of any doc created with that template once opened.

Am I missing something?


Yes: the moment you create a new document, it inherits many things from
the template. But from then own, this "child" document is on its own.

[That's a simplification, because a) it has access to VBA code running
in the template, and b) there are mechanisms to play styles back and
forth between the document and its template.]

You can, in theory, create the graphic as a field to an external file
(INCLUDEPICTURE field), and you can insert (parts of) another file
(INCLUDETEXT field). However, more often than not, you might run into
problems that the external content gets unaccessible (if the document is
moved/mailed to another system).

Usually, this should not be a problem in the first place, because you
don't want old documents to suddenly reflect a new logo (on the
contrary). If that's a problem, then maybe you are re-purposing a
document as a template? Can you describe why you want your existing
documents to reflect new logos, instead of creating new documents based
on an updated template?

I've setup templates themselves to contain such fields, but added
Automacros to explicitly break the links when a new document is created
(so that it's stable).

Greetinx
Robert
--
/"\ ASCII Ribbon Campaign | MS
\ / | MVP
X Against HTML | for
/ \ in e-mail & news | Word

  #5   Report Post  
Posted to microsoft.public.word.docmanagement
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default Updating docs with template

See http://www.shaunakelly.com/word/temp...ons/index.html

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"MikeH" wrote in message
...
I was wondering if Word allows updating graphics logo in a header if the
header has been updated in the DOT file.

I have replaced the logo in the DOT file and I thought it would auto

update
the header of any doc created with that template once opened.

Am I missing something?
--
Thanks in Advance.




  #6   Report Post  
Posted to microsoft.public.word.docmanagement
Robert M. Franz (RMF) Robert M. Franz (RMF) is offline
external usenet poster
 
Posts: 1,741
Default Updating docs with template

Hi Mike

MikeH wrote:
What happened is that I have done 50+ procedures for a client before they
sent me new logo artwork.


Welcome to real world projects (and yes, I can relate to that experience
.... :-)).


So I am looking for an easy way to replace the
logo in the header with the minimum number of keystrokes.


There is VBA code accessible which does a global Find/Replace on a bunch
of files:

How to Find & ReplaceAll on a batch of documents in the same folder (by
Ibby)
http://www.mvps.org/word/FAQs/MacrosVBA/BatchFR.htm

With some VBA experience, you can probably adjust that to replace your
picture. The gurus in one of the .vba groups might offer more help, if
you tell them exactly where you inserted the pictures and how you
formatted them.

HTH
Robert
--
/"\ ASCII Ribbon Campaign | MS
\ / | MVP
X Against HTML | for
/ \ in e-mail & news | Word
Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
the font in my template is 10 point, new docs have 12 point -help Andy Microsoft Word Help 1 April 1st 06 08:51 AM
How Come? Michael Koerner Mailmerge 9 February 10th 06 10:29 PM
Can Wordperfect templates be converted to Word template docs Terrill New Users 2 September 14th 05 09:14 PM
difference between 'regular' template and global template? Jackie D Microsoft Word Help 7 July 15th 05 10:27 PM
CPU Usage When working with a Template I Created KM1 Microsoft Word Help 6 May 24th 05 04:38 PM


All times are GMT +1. The time now is 01:45 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"