Word2016 使用宏代码修复方法
1.找到视图-宏,打开
查看宏
2.创建宏
3.贴入代码
For Each templ In ActiveDocument.ListTemplates
For Each lev In templ.ListLevels
lev.Font.Reset
Next lev
Next templ
4.点击运行并保存。解决
Word2016 使用宏代码修复方法
1.找到视图-宏,打开
查看宏
2.创建宏
3.贴入代码
For Each templ In ActiveDocument.ListTemplates
For Each lev In templ.ListLevels
lev.Font.Reset
Next lev
Next templ
4.点击运行并保存。解决