C
Cresta
Hello all
I currently have the following code which set the font properties for the
current document.
With applicationObject.ActiveDocument.Styles("Normal").Font
.Name = "Tahoma"
.Size = 20
.Bold = 0
.Italic = 0
.Underline = 0
End With
But when I close the active document and open a new one the settings have
reverted to the original Word values.
How to I set the default Font values using code.
Thanks
I currently have the following code which set the font properties for the
current document.
With applicationObject.ActiveDocument.Styles("Normal").Font
.Name = "Tahoma"
.Size = 20
.Bold = 0
.Italic = 0
.Underline = 0
End With
But when I close the active document and open a new one the settings have
reverted to the original Word values.
How to I set the default Font values using code.
Thanks