Word 二级编号问题修复


代码:

1
2
3
4
5
6
7
8
9
10
Sub ListnumPatch()  
' 2nd listnum repair patch macro

    For Each templ In ActiveDocument.ListTemplates
        For Each lev In templ.ListLevels
            lev.Font.Reset
        Next lev
    Next templ

End Sub

步骤: