A
arne
Using Word 2003, and I need to set the font of all styles, also Word builtin
styles to Tahoma.
Changing the normal style is only one step, and does not cover all styles,
since some styles are not not based on normal.
Something like this code (that does not work)
For each myStyle in ActiveDocument.Styles
ActiveDocument.Styles("myStyle").Font
.Name = "Tahoma"
Next myStyle
-
styles to Tahoma.
Changing the normal style is only one step, and does not cover all styles,
since some styles are not not based on normal.
Something like this code (that does not work)
For each myStyle in ActiveDocument.Styles
ActiveDocument.Styles("myStyle").Font
.Name = "Tahoma"
Next myStyle
-