Is it possible to list all the fonts used in the
. Not surprisingly, if you do a
where
contains more than one font, it doesn't quite work Can't find any collection objects that store the list of fonts used. I guess I could do
in a loop and keep
track of the fonts used. But it's a bit tedious, and also does not go into different headers/footers/style definitions, etc...
Code:
ActiveDocument
Code:
Selection.Font.Name
Code:
Selection
Code:
Selection.MoveRight Unit:=wdCharacter, Count:=1
track of the fonts used. But it's a bit tedious, and also does not go into different headers/footers/style definitions, etc...