Dim sParasToFind As String
Dim para As Paragraph
For Each para In ActiveDocument.Paragraphs
If para.Style = "Normal" Then
If para.LeftIndent > InchesToPoints(0.5) Then
para.LeftIndent = InchesToPoints(0.5)
End If
End If
Next para
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.