How to read MS Word from VB.net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dumrooh
    New Member
    • Jul 2006
    • 1

    How to read MS Word from VB.net

    Dear All

    I want to read and write MS Word from vb.net. Such as read from a file and write to another file, find a word in the document and delete some words from the document. Is it possible to do so? If it is, please tell me how.

    thanks
  • TracyM
    New Member
    • Jul 2006
    • 3

    #2
    What you may be looking for is Office Automation through Visual Studio. You need the Primary Interop Assemblies installed for either 2003 or 2005 Office. You then can control Word, Excel, Access and others programmaticall y through VB.net or C#.Net. Thier are downloads and programming examples online through Microsoft.

    Good Luck,

    TracyM

    Comment

    Working...