Share via

Word 2013 Multilevel List Error

Anonymous
2015-08-04T15:47:12+00:00

Since converting to Word 2013, the multilevel list previously established in my documents has a formatting error. The numbering established with the list, not the text associated with the level, is blacked out. It does this for multillevels. I cannot figure it out. Is there a bug in the software? Is there a setting somewhere that needs to be checked to prevent this from occurring over and over again?

Microsoft 365 and Office | Word | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Stefan Blom 342.4K Reputation points MVP Volunteer Moderator
2015-08-04T19:34:54+00:00

MVP Doug Robbins has suggested the following macro to fix the formatting of damaged multilevel lists:

Sub ResetFontFormatsForLists()

For Each templ In ActiveDocument.ListTemplates

     For Each lev In templ.ListLevels

          lev.Font.Reset

     Next lev

Next templ

End Sub

For instructions on installing and running the macro, see http://www.gmayor.com/installing_macro.htm.

Was this answer helpful?

10+ people found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most helpful