Paragraphs.Item (Word)
Devuelve un objeto Paragraph individual de una colección.
Item (Index)
Index: El objeto individual que se va a devolver.
Dim prg As Paragraph
Set prg = ActiveDocument.Range.Paragraphs(Index:=1)
Devuelve un objeto Paragraph individual de una colección.
Item (Index)
Index: El objeto individual que se va a devolver.
Dim prg As Paragraph
Set prg = ActiveDocument.Range.Paragraphs(Index:=1)