View Single Post
  #3   Report Post  
Posted to microsoft.public.word.docmanagement
John Gregory John Gregory is offline
external usenet poster
 
Posts: 38
Default How do I change font in all styles?

Is there a way to do this with a macro within each document? even that could
save a lot of time.

"TedMi" wrote:

You can do this with programming in VBA, but it is far from trivial. Your
program could open each .doc or .dot in a folder, loop through its Styles
collection. Each Style object has a Font object whose properties (name, size)
you can change. Details of how to go about that depend on which styles you
want to change and which to leave alone.
--
Ted