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

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