Reading data from a Word doc ???
Hello all,
Does anybody know of the best way to read data out of a Word Document into a string in VB??
I need to be able to read in say the top 6 lines of a document
or possibly a range say from lines 2 - 6 something like that!
Oh and it cant be using Bookmarks, as the doc i will be reading have already been created, and haven't got them!
Any help would (as always) be greatly appreciated !!!
Re: Reading data from a Word doc ???
Quote:
Originally posted by NeedSomeAnswers
Hello all,
Does anybody know of the best way to read data out of a Word Document into a string in VB??
I need to be able to read in say the top 6 lines of a document
or possibly a range say from lines 2 - 6 something like that!
Oh and it cant be using Bookmarks, as the doc i will be reading have already been created, and haven't got them!
Any help would (as always) be greatly appreciated !!!
I think the old word (.doc files) format comming with windows can be read similarily as a rtf... try it, I'm not sure, but I think it's similar... :)