Delete these lines and it should work. I can't remember why I had them in the macro, but I must have had SOME reason at the time. Might have been some special processing I needed
' For i = 1 To oTextRange.Paragraphs.Count ' Set oTextRange = oTextRange.Paragraphs(i) ' oTextRange.Text = Trim(oTextRange.Text) ' oTextRange.Characters(1, 1) = UCase(oTextRange.Characters(1, 1)) ' Next i