I want to read Ms Word file line by line. Is there any way other than Paragraph & Word to select range. Can i select range in MS word line by line.

for eg. inplace of following code can i use "Line" in place of "paragraph"????
'**********
with MSWD

'Set trange = .Range(Start:=.Paragraphs(3).Range.Start, End:=.Paragraphs(3).Range.End)

end with
'**************
if not tell me how Ms word recognises When Paragraph has started & when ended????

I am really willing to know

thanks in advance

With Regards
Excel Power