S
sippyuconn
I am trying to save a copy of a Paragraph to process later when
I loop to new paragraph
I tried this but get an error
LastPara = para
Is there another way to do this ???
Dim doc As Word.Document
Dim para As Word.Paragraph
Dim LastPara As Word.Paragraph
Set doc = ActiveDocument
For Each para In doc.Paragraphs
'Put the code here to manipulate the paragraph
I loop to new paragraph
I tried this but get an error
LastPara = para
Is there another way to do this ???
Dim doc As Word.Document
Dim para As Word.Paragraph
Dim LastPara As Word.Paragraph
Set doc = ActiveDocument
For Each para In doc.Paragraphs
'Put the code here to manipulate the paragraph