
Signature
Stefan Blom
Microsoft Word MVP
> If you are sure that the Footnote Text style is applied to the
> text of footnotes, then I'd say that their font formatting has been
> overridden.
Yes, I agree. In the styles dialogue (i.e. Format | Style), the Footnote
Text style has clearly been updated to Arial, for example, but the text in
the document itself is still Times, again for example, until I manually apply
the style to each footnote individually in both the footer and main text area.
Where the style is being over-ridden is anyone's guess. I've made new
templates that strip all the styles off, copied the text into a new document
based on this stripped down template, chosen Apply Destination Formatting,
and the footnotes still require manual updating where the main body text does
not.
> You can reset it to style by selecting the text and
> pressing Ctrl+SpaceBar. If there are many footnotes, you may not want
> to do this manually. Instead, you could use Find and Replace: For
> "Find what," specify the Footnote Text style and for "Replace with,"
> specify the Default Paragraph Font style. Click Replace All.
This helped greatly, thanks.
> Then run the following macro to re-apply the Footnote Reference
> character style to the footnote numbers:
[quoted text clipped - 9 lines]
>
> End Sub
Again, very helpful! I don't normally use Macros, but this is one I'll be
using in the future for sure!
I don't want to close this topic just yet (maybe in a day or two) in case
there are other less Macro-related fixes for my query.
Stefan Blom - 01 Feb 2007 11:43 GMT
The macro is needed because clearing direct font formatting also
clears the character styles (unfortunately); I believe Word 2007 has
more options.
If you need assistance with the macro, see
http://www.gmayor.com/installing_macro.htm.
Paste Options are described at
http://www.shaunakelly.com/word/styles/HowPasteOptionsWorks.html (not
sure that it sheds any light on the particular problem you are
describing, though).

Signature
Stefan Blom
Microsoft Word MVP
> > If you are sure that the Footnote Text style is applied to the
> > text of footnotes, then I'd say that their font formatting has been
[quoted text clipped - 38 lines]
> I don't want to close this topic just yet (maybe in a day or two) in case
> there are other less Macro-related fixes for my query.