• Auto Number Shading (2003)

    Author
    Topic
    #413491

    Now that I am using the latest version of Word, I’ve discovered that when using Ctrl+Up/Down Arrow to navigate a document, I see all auto numbered paragraphs suddenly displaying shading, as if they are field codes. This is annoying all by itself, but it has the additional byproduct of making me use extra keystrokes to navigate any section of a document that contains bullets, list numbering, etc.

    Can this be turned off. I can find nothing in Options that handles this. What was Microsoft thinking?

    Thanks in advance.

    Viewing 1 reply thread
    Author
    Replies
    • #912844

      Welcome to Woody’s Lounge!

      I don’t think there is a way to turn this off. You can use this “feature”
      – to see whether a series of numbers belong to the same list.
      – to apply direct formatting to all numbers in a list.
      – to open the Bullets and Numbering dialog (double click the gray area).

      • #914971

        Thanks, Hans

        • #915653

          The following macros can be added to your normal template to stop the cursor from stopping at the beginning of the number or bullet.

          Sub DownPara()
          Selection.MoveDown Unit:=wdParagraph, Count:=1
          End Sub

          Sub UpPara()
          Selection.MoveUp Unit:=wdParagraph, Count:=1
          End Sub

          Once the macros are in the template, you can assign a keyboard shortcut (Control+Down and Control+Up arrows) for each.

        • #915654

          The following macros can be added to your normal template to stop the cursor from stopping at the beginning of the number or bullet.

          Sub DownPara()
          Selection.MoveDown Unit:=wdParagraph, Count:=1
          End Sub

          Sub UpPara()
          Selection.MoveUp Unit:=wdParagraph, Count:=1
          End Sub

          Once the macros are in the template, you can assign a keyboard shortcut (Control+Down and Control+Up arrows) for each.

    • #912845

      Welcome to Woody’s Lounge!

      I don’t think there is a way to turn this off. You can use this “feature”
      – to see whether a series of numbers belong to the same list.
      – to apply direct formatting to all numbers in a list.
      – to open the Bullets and Numbering dialog (double click the gray area).

    Viewing 1 reply thread
    Reply To: Auto Number Shading (2003)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: