• List numbers bolded when I bold first word in that entry

    Home » Forums » AskWoody support » Productivity software by function » MS PowerPoint and presentation apps » List numbers bolded when I bold first word in that entry

    Author
    Topic
    #495043

    I have PPT 2013 and when I make “Last Name” bold in the niumbered list item “A. Last Name” the “A.” is bolded as well. If I unbold “L” then “A.” is unbolded, too. So it seem the formatting for the numbered list itself (which I created in the Home>Paragraph>Numbering menu) is tied to the formatting of the first letter in the entry.

    How stupid is that?

    I’ve played around trying to keep “Last Name” bold (it needs to be bold b/c it’s referencing a field in a GUI) without bolding “A.” but to no avail.

    This happens with “B.” “C.” etc.

    Thanks for any suggestions.

    Viewing 1 reply thread
    Author
    Replies
    • #1455396

      It’s pretty stupid but the only workaround I have found is to insert something invisible as the first letter and be care not to bold it.

      A zero width space will work from insert symbol. You could also just use a space but of course that will throw out the format.

      If you know how to use a macro this will do it for you

      Sub fixBold_Bullets()
      Dim L As Long
      Dim otr2 As TextRange2
      With ActiveWindow.Selection _
      .ShapeRange(1).TextFrame2.TextRange
      For L = .Paragraphs.Count To 1 Step -1
      Set otr2 = .Paragraphs(L).InsertBefore(ChrW(&H200B))
      otr2.Font.Bold = False
      Next L
      End With
      End Sub

    • #1455433

      Thanks. Amazing oversight on the part of M$.

    Viewing 1 reply thread
    Reply To: List numbers bolded when I bold first word in that entry

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

    Your information: