A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » Formatting Long Documents
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Adding Outline Styles to a template



 
 
Thread Tools Display Modes
  #1  
Old January 16th, 2006, 02:17 PM posted to microsoft.public.word.formatting.longdocs
external usenet poster
 
Posts: n/a
Default Adding Outline Styles to a template

I have added 6 more outline numbered styles to a template which is attached
to all our documents.

Whilst the new styles are visible when creating new docs based using this
template, they are not available when editing previous docs created using the
older version of the same template. I thought that when you open an existing
doc, the new styles would automatically be available once the template was
updated.

The only way I can get them attached is by going into the organiser and
copying over the styles from the template in the template directory to the
actual doc.

Is there an alternative way to handle this as there are thousands to
precedents we need to have these new styles available in?

Thanks in advance.

  #2  
Old January 16th, 2006, 02:31 PM posted to microsoft.public.word.formatting.longdocs
external usenet poster
 
Posts: n/a
Default Adding Outline Styles to a template

For new styles to be added, or old styles to update, from the template
the "Automatically update document styles" option must be checked in
ToolsTemplates and Add-Ins, for the relevant documents.

--
Stefan Blom
Microsoft Word MVP


"Jean Pereira" wrote in message
...
I have added 6 more outline numbered styles to a template which is

attached
to all our documents.

Whilst the new styles are visible when creating new docs based using

this
template, they are not available when editing previous docs created

using the
older version of the same template. I thought that when you open an

existing
doc, the new styles would automatically be available once the

template was
updated.

The only way I can get them attached is by going into the organiser

and
copying over the styles from the template in the template directory

to the
actual doc.

Is there an alternative way to handle this as there are thousands to
precedents we need to have these new styles available in?

Thanks in advance.




  #3  
Old January 16th, 2006, 02:38 PM posted to microsoft.public.word.formatting.longdocs
external usenet poster
 
Posts: n/a
Default Adding Outline Styles to a template

Hi Jean

Jean Pereira wrote:
I have added 6 more outline numbered styles to a template which is attached
to all our documents.

Whilst the new styles are visible when creating new docs based using this
template, they are not available when editing previous docs created using the
older version of the same template. I thought that when you open an existing
doc, the new styles would automatically be available once the template was
updated.


No: once created, a document does not maintain a connection to its
template (except pointing to it for macros, for instance).


The only way I can get them attached is by going into the organiser and
copying over the styles from the template in the template directory to the
actual doc.

Is there an alternative way to handle this as there are thousands to
precedents we need to have these new styles available in?


(Most) anything you can do in Word, you can automize through VBA. And
usually automizeable to do on a bunch of files (say, in one folder).

See for instance the following thread:

http://groups.google.ch/group/micros...632c3238df66ae

and the therein referenced:

How to safely update a document's styles from its template without using
the Organizer (and how to make the Tools + Templates and Add-ins dialog
safe, by Dave Rado, Margaret Aldis, Ian Sharpe and Beth Melton)
http://word.mvps.org/FAQs/MacrosVBA/UpdateStyles.htm

And maybe also:

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

Greetinx
Robert
--
/"\ ASCII Ribbon Campaign | MS
\ / | MVP
X Against HTML | for
/ \ in e-mail & news | Word
  #4  
Old January 16th, 2006, 05:08 PM posted to microsoft.public.word.formatting.longdocs
external usenet poster
 
Posts: n/a
Default Adding Outline Styles to a template

See Robert Franz's response for detailed ideas on how to handle multiple
documents. I am writing just to point out that generally you want to leave
that box to update styles unchecked. Otherwise you will get very strange
results when your documents can't find their attached templates (as in you
change servers or send the document to a different computer). In that case,
they attach to the local normal.dot and update their styles to match that
normal.dot.
--
Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word



Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://word.mvps.org/FAQs/ which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
"Stefan Blom" wrote in message
...
For new styles to be added, or old styles to update, from the template
the "Automatically update document styles" option must be checked in
ToolsTemplates and Add-Ins, for the relevant documents.

--
Stefan Blom
Microsoft Word MVP


"Jean Pereira" wrote in message
...
I have added 6 more outline numbered styles to a template which is

attached
to all our documents.

Whilst the new styles are visible when creating new docs based using

this
template, they are not available when editing previous docs created

using the
older version of the same template. I thought that when you open an

existing
doc, the new styles would automatically be available once the

template was
updated.

The only way I can get them attached is by going into the organiser

and
copying over the styles from the template in the template directory

to the
actual doc.

Is there an alternative way to handle this as there are thousands to
precedents we need to have these new styles available in?

Thanks in advance.






  #5  
Old January 17th, 2006, 08:27 AM posted to microsoft.public.word.formatting.longdocs
external usenet poster
 
Posts: n/a
Default Adding Outline Styles to a template

Hi Charles

Charles Kenyon wrote:
See Robert Franz's response for detailed ideas on how to handle multiple
documents.


Which he has deleted (I'm not sure that reflects anywhere else than
here, though) upon reading Stefan's post! :-)


I am writing just to point out that generally you want to leave
that box to update styles unchecked. Otherwise you will get very strange
results when your documents can't find their attached templates (as in you
change servers or send the document to a different computer). In that case,
they attach to the local normal.dot and update their styles to match that
normal.dot.


Indeed, not unchecking the box after the one-time usage is a sure way to
grief later on!

Robert
--
/"\ ASCII Ribbon Campaign | MS
\ / | MVP
X Against HTML | for
/ \ in e-mail & news | Word
  #6  
Old January 19th, 2006, 11:39 AM posted to microsoft.public.word.formatting.longdocs
external usenet poster
 
Posts: n/a
Default Adding Outline Styles to a template

The problem you are describing should only occur when the attached
template is normal.dot. If a custom template is missing, Word won't
start updating styles from normal.dot. See
http://www.shaunakelly.com/word/shar...matChange.html.

--
Stefan Blom
Microsoft Word MVP


"Charles Kenyon" wrote in message
...
See Robert Franz's response for detailed ideas on how to handle

multiple
documents. I am writing just to point out that generally you want to

leave
that box to update styles unchecked. Otherwise you will get very

strange
results when your documents can't find their attached templates (as

in you
change servers or send the document to a different computer). In

that case,
they attach to the local normal.dot and update their styles to match

that
normal.dot.
--
Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word



Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://word.mvps.org/FAQs/ which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
"Stefan Blom" wrote in message
...
For new styles to be added, or old styles to update, from the

template
the "Automatically update document styles" option must be checked

in
ToolsTemplates and Add-Ins, for the relevant documents.

--
Stefan Blom
Microsoft Word MVP


"Jean Pereira" wrote in message
...
I have added 6 more outline numbered styles to a template which

is
attached
to all our documents.

Whilst the new styles are visible when creating new docs based

using
this
template, they are not available when editing previous docs

created
using the
older version of the same template. I thought that when you open

an
existing
doc, the new styles would automatically be available once the

template was
updated.

The only way I can get them attached is by going into the

organiser
and
copying over the styles from the template in the template

directory
to the
actual doc.

Is there an alternative way to handle this as there are thousands

to
precedents we need to have these new styles available in?

Thanks in advance.












  #7  
Old January 19th, 2006, 03:35 PM posted to microsoft.public.word.formatting.longdocs
external usenet poster
 
Posts: n/a
Default Adding Outline Styles to a template

This differs from my recollection, but I hadn't tried it recently. I just
checked in Word 2003 and you are correct. Thank you.
--
Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word



Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://word.mvps.org/FAQs/ which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
"Stefan Blom" wrote in message
...
The problem you are describing should only occur when the attached
template is normal.dot. If a custom template is missing, Word won't
start updating styles from normal.dot. See
http://www.shaunakelly.com/word/shar...matChange.html.

--
Stefan Blom
Microsoft Word MVP


"Charles Kenyon" wrote in message
...
See Robert Franz's response for detailed ideas on how to handle

multiple
documents. I am writing just to point out that generally you want to

leave
that box to update styles unchecked. Otherwise you will get very

strange
results when your documents can't find their attached templates (as

in you
change servers or send the document to a different computer). In

that case,
they attach to the local normal.dot and update their styles to match

that
normal.dot.
--
Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word



Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://word.mvps.org/FAQs/ which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
"Stefan Blom" wrote in message
...
For new styles to be added, or old styles to update, from the

template
the "Automatically update document styles" option must be checked

in
ToolsTemplates and Add-Ins, for the relevant documents.

--
Stefan Blom
Microsoft Word MVP


"Jean Pereira" wrote in message
...
I have added 6 more outline numbered styles to a template which

is
attached
to all our documents.

Whilst the new styles are visible when creating new docs based

using
this
template, they are not available when editing previous docs

created
using the
older version of the same template. I thought that when you open

an
existing
doc, the new styles would automatically be available once the
template was
updated.

The only way I can get them attached is by going into the

organiser
and
copying over the styles from the template in the template

directory
to the
actual doc.

Is there an alternative way to handle this as there are thousands

to
precedents we need to have these new styles available in?

Thanks in advance.















 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Global/Master Template [email protected] New Users 1 October 27th, 2005 03:34 PM
Adding a template and keeping styles Rendoug General Discussion 2 May 23rd, 2005 09:53 PM
VBA to Copy Template styles to many documents...is this OK? Barry Millman General Discussion 1 January 18th, 2005 10:06 AM
Having expandalble\hideable levels in an outline Dan Irwin Formatting Long Documents 7 June 7th, 2004 12:17 PM
Having expandalble\hideable levels in an outline Dan Irwin General Discussion 8 June 7th, 2004 12:17 PM


All times are GMT +1. The time now is 02:05 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.