Range.Select (Word)
Selects the specified range.
Sub SelectParagraph()
ActiveDocument.Paragraphs(1).Range.Select
Selection.Font.Bold = True
End Sub
Selects the specified range.
Sub SelectParagraph()
ActiveDocument.Paragraphs(1).Range.Select
Selection.Font.Bold = True
End Sub