Defining a Named Range : ActiveDocument « Word « VBA / Excel / Access / Word
- VBA / Excel / Access / Word
- Word
- ActiveDocument
Defining a Named Range
Sub act()
Set FirstPara = ActiveDocument.Paragraphs(1).Range
End Sub
Related examples in the same category