วันเสาร์ที่ 2 กรกฎาคม พ.ศ. 2559

Edit black box when use numbering in MS Word


http://answers.microsoft.com/en-us/office/forum/office_2010-word/ms-word-heading-styles-are-showing-black-boxes/c427b21c-dcda-46ce-a506-b9a16c9f2f3f?auth=1

1 ความคิดเห็น:

  1. 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

    ตอบลบ