Hi
You need to use Set, as you did for the doc variable. So:
Set LastPara = para
For what it's worth, you don't use Set with simple variable types (string,
integer, long, boolean etc). You must use Set when you're assigning a
reference to an object (in this case a Word.Paragraph object) to a variable.
Hope this helps.
Shauna Kelly. Microsoft MVP.
http://www.shaunakelly.com/word
>I am trying to save a copy of a Paragraph to process later when
> I loop to new paragraph
[quoted text clipped - 17 lines]
>
> Next