J
Jan Kratochvil
I tried to use this code form one book:
Sub countList()
Dim para As Paragraph
For Each para In ActiveDocument.Lists(2).ListParagraphs
para.Range.Font.Underline = False
Next para
I need to start the code for my large document and change all Listparagraph
to the same style of List
Sub countList()
Dim para As Paragraph
For Each para In ActiveDocument.Lists(2).ListParagraphs
para.Range.Font.Underline = False
Next para
I need to start the code for my large document and change all Listparagraph
to the same style of List