Paragraphs.Item (Word)

Returns an individual Paragraph object in a collection.

Item (Index)

Index: The individual object to be returned. Can be a Long indicating the ordinal position of the individual object.


Dim prg As Paragraph
Set prg = ActiveDocument.Range.Paragraphs(Index:=1)