I
Ian
I am using Publisher 2007 with Vista. As part of a macro, I wish to change
the font associated with the Normal style for a document. The following code
(copied from reference manual) runs but does not do anything.
With ActiveDocument.TextStyles("Normal").Font
.Name = "Tahoma"
.Italic = True
.Size = 15
End With
Does anybody understand why?
the font associated with the Normal style for a document. The following code
(copied from reference manual) runs but does not do anything.
With ActiveDocument.TextStyles("Normal").Font
.Name = "Tahoma"
.Italic = True
.Size = 15
End With
Does anybody understand why?