For blacked out heading numbering The problem occurs because the font characteristics in the list template have become corrupted. It can be fixed by running a macro containing the following code: For Each templ In ActiveDocument.ListTemplates For Each lev In templ.ListLevels lev.Font.Reset Next lev Next templ
For blacked out heading numbering
ตอบลบThe problem occurs because the font characteristics in the list template have become corrupted. It can be fixed by running a macro containing the following code:
For Each templ In ActiveDocument.ListTemplates
For Each lev In templ.ListLevels
lev.Font.Reset
Next lev
Next templ