Thanks for this, however this is the same code as I have already tried. It
sets the font in the document, but does not change the default font at all....
> activedocument.styles("Normal").font.Name = "Friz Quadrata"
>
[quoted text clipped - 13 lines]
> >> >
> >> > Thanks!
Jean-Guy Marcil - 25 Oct 2006 15:23 GMT
Lasci was telling us:
Lasci nous racontait que :
> Thanks for this, however this is the same code as I have already
> tried. It sets the font in the document, but does not change the
> default font at all....
Try this:
Dim docNew As Document
Set docNormal = NormalTemplate.OpenAsDocument
With docNormal
.Styles("Normal").Font.Name = "Arial"
.Close SaveChanges:=wdSaveChanges
End With

Signature
Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
jmarcilREMOVE@CAPSsympatico.caTHISTOO
Word MVP site: http://www.word.mvps.org