Anybody know how to pull text from a word docuement that is on a specific line.
So my document have two hundreds lines of formatted text. I need to get the
text from line 4...
Joshua
If your "lines" are actually separate paragraphs (which is usually the case
if you've got specific data on a specific "line"), use
Doc.Paragraphs(4).Range
> Anybody know how to pull text from a word docuement that is on a specific
> line.
[quoted text clipped - 4 lines]
>
> Joshua