-
word document file
Hi,
I Want to build an application that read from a word document file and do some manipulate with the data in it for example put out to database all wantet word or some other stuff.
how do i build the connection to the word document file. and how to i put a variable to a string in this document.
thanks a lot...
-
Re: word document file
You can add a reference to Word and automate it, loading a document and reading/writting data to it. Search for the code on the forums as I have written allot of code examples. :)
-
Re: word document file
how can i search in thousand of message??
-
Re: word document file
Just search for "Word.Application" (without the quotes).
-
Re: word document file
Some search possibilities.
-
word word plz.....
Hi, i want to build an application that deals with word document.
i know how to open it.
but i dont know how to read from there
for example i want to assign to variable some string and check it.
plz help me......
:)
-
Re: word document file
Use the .Find to locate the text your looking for in your document and if you want you can modify it too.