Article ID: 139852
Article Last Modified on 11/21/2006
Sub MAIN
Print "Getting Font List..."
For count = 1 To CountFonts()
CurrentFont$ = Font$(count)
ToolsAdvancedSettings .Application = "SymbolFonts (Word Font
Substitutes)", .Option = CurrentFont$, .Setting = "", .Set
Next count
Print "Operation Complete."
End Sub
WARNING: ANY USE BY YOU OF THE CODE PROVIDED IN THIS ARTICLE IS AT YOUR
OWN RISK. Microsoft provides this macro code "as is" without warranty of
any kind, either express or implied, including but not limited to the
implied warranties of merchantability and/or fitness for a particular
purpose.
Additional query words: change different changed
Keywords: kbdtacode kbhowto kbmacro kbmacroexample kbprogramming kbui KB139852