How to work with Word document?

sheriffdaone

New member
Joined
Oct 4, 2006
Messages
3
Programming Experience
Beginner
Here is the question that i couldn't fix. I have to work with a word document and all i have to do is to pick up a word document on the hard disk but that file has its layout which is like this :

John : blablablabla

James: blablabla

Mike : blablalbla

and i have to catch the page numbers which have the same names like John is on 1., 2. , 4. and 15. pages but i dont know the page numbers, the application has to find it i mean i guess the clue is i have to use this ":" sign as a pointer and find the words which place before this pointer. Is it possible to make it with VB.NET? Because there is a certain layout on each word document also it doesn't matter how many Johns are in one page so even if there are 5 johns in one page it'll be counted like one because i need the page numbers. Appreciate for any help from you guys because it's really important for me.

Regards
progress.gif
 
Back
Top