This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sub Fixit() | |
Dim templ As ListTemplate | |
Dim lev As ListLevel | |
For Each templ In ActiveDocument.ListTemplates | |
For Each lev In templ.ListLevels | |
lev.Font.Reset | |
Next lev | |
Next templ | |
End Sub |
OlderNewer