Created
January 26, 2018 02:57
-
-
Save simonlehmann/7273ff6014030c731eba83c4900cb32b to your computer and use it in GitHub Desktop.
Revisions
-
simonlehmann created this gist
Jan 26, 2018 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ 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