Sub Macro1() Dim oPara As Paragraph For Each oPara In ActiveDocument.Paragraphs oPara.Range.Characters(1).Case = wdLowerCase Next oPara End Sub