changes to style not cascading?

D

dabug007

I'm using Word 2003 and trying to edit the Professional Letter.dot to reflect
the fonts we use in my office. Since all the styles in the template are
based on Normal, I thought that I could simply change Normal and those
changes would cascade through the other styles.

While the changes do cascade to Signature and Salutation, they do not
cascade to Date, Inside Address, Body Text, or Closing, even though all those
styles are based on Normal.

Does anyone know why this occurs and how to "fix" it?
 
P

Peter T. Daniels

Are those other styles already set to fonts different from the one in
Normal?
 
D

dabug007

Peter,

No. The font is identical. So the only thing you see on the style
definition is Normal + [changes in paragraph spacing]
 
P

Peter T. Daniels

I have no answer. Can a template get corrupted?

Peter,

No.  The font is identical.  So the only thing you see on the style
definition is Normal + [changes in paragraph spacing]



Peter T. Daniels said:
Are those other styles already set to fonts different from the one in
Normal?
 
S

Stefan Blom

The styles you mention have the font explicitly set to Arial; at least that
is the case with the Professional Letter.dot template included with my
version of Word 2003. You will have to change the styles manually. Or if you
want all styles to have the same font, you can use a macro such as the
following:

Sub ChangeFontOfAllStyles()
Dim s As Style
For Each s In ActiveDocument.Styles
s.Font.Name = "Courier New" 'specify the font name you want
Next s
End Sub
 
S

Stefan Blom

Your question may have been rhetorical, but yes: templates do corrupt. See
http://word.mvps.org/FAQs/AppErrors/CorruptDoc.htm.

--
Stefan Blom
Microsoft Word MVP



I have no answer. Can a template get corrupted?

Peter,

No. The font is identical. So the only thing you see on the style
definition is Normal + [changes in paragraph spacing]



Peter T. Daniels said:
Are those other styles already set to fonts different from the one in
Normal?
 
D

dabug007

I don't see any other indication of corruption. But I don't know. Any
suggestions of where else I can ask?

Peter T. Daniels said:
I have no answer. Can a template get corrupted?

Peter,

No. The font is identical. So the only thing you see on the style
definition is Normal + [changes in paragraph spacing]



Peter T. Daniels said:
Are those other styles already set to fonts different from the one in
Normal?
On Oct 13, 12:23 pm, dabug007 <[email protected]>
wrote:
I'm using Word 2003 and trying to edit the Professional Letter.dot to reflect
the fonts we use in my office. Since all the styles in the template are
based on Normal, I thought that I could simply change Normal and those
changes would cascade through the other styles.
While the changes do cascade to Signature and Salutation, they do not
cascade to Date, Inside Address, Body Text, or Closing, even though all those
styles are based on Normal.
Does anyone know why this occurs and how to "fix" it?-
 
S

Stefan Blom

I doubt that this is corruption. See my other message in this thread.

--
Stefan Blom
Microsoft Word MVP



dabug007 said:
I don't see any other indication of corruption. But I don't know. Any
suggestions of where else I can ask?

Peter T. Daniels said:
I have no answer. Can a template get corrupted?

Peter,

No. The font is identical. So the only thing you see on the style
definition is Normal + [changes in paragraph spacing]



:
Are those other styles already set to fonts different from the one in
Normal?

On Oct 13, 12:23 pm, dabug007 <[email protected]>
wrote:
I'm using Word 2003 and trying to edit the Professional Letter.dot
to reflect
the fonts we use in my office. Since all the styles in the
template are
based on Normal, I thought that I could simply change Normal and
those
changes would cascade through the other styles.

While the changes do cascade to Signature and Salutation, they do
not
cascade to Date, Inside Address, Body Text, or Closing, even though
all those
styles are based on Normal.

Does anyone know why this occurs and how to "fix" it?-
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top