B
Bob
What I want to do is write a program that reads through a
Word Document, finds certain words or sentences I want,
and then paste into an Excel spreadsheet.
I dont know much about C#. But I learned how to use
those COM Interop things. And Im able to write code that
allows me to open existing Word documents and existing
Excel spreadsheets. And I know how to write into
specific columns and rows of the spreadsheet.
But I dont know what functions to use or the code for my
parser to look through the Word Document. Ive found
through the Object Browser some Objects in the
microsoft.office.interop.word assembly that may help.
Some of the members in the Range() object and Selection()
object seem like they may be what Im looking for. But Im
not sure if they are or even how to use them.
Any help would be much appreciated. Thanks.
Word Document, finds certain words or sentences I want,
and then paste into an Excel spreadsheet.
I dont know much about C#. But I learned how to use
those COM Interop things. And Im able to write code that
allows me to open existing Word documents and existing
Excel spreadsheets. And I know how to write into
specific columns and rows of the spreadsheet.
But I dont know what functions to use or the code for my
parser to look through the Word Document. Ive found
through the Object Browser some Objects in the
microsoft.office.interop.word assembly that may help.
Some of the members in the Range() object and Selection()
object seem like they may be what Im looking for. But Im
not sure if they are or even how to use them.
Any help would be much appreciated. Thanks.