How to change Normal TextStyle with VBA?

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top