CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2001
    Posts
    14

    Open Word Doc from VB Urgent!!!!

    When i am trying to open the word document from VB using objword.documents.open("filename") it is throwing an error saying that
    "Word cannot start the convertor mswrd632" . What to do about this. When i am running the same form on a diff machine, word is opening the document. Urgent.


  2. #2
    Join Date
    Jan 2000
    Location
    Olen, Belgium
    Posts
    2,477

    Re: Open Word Doc from VB Urgent!!!!

    The error you are getting is a Word error, not a VB error. Looking at the error, I can see you are trying to open a Word 6 document (I do believe that is wordpad, or wordpad is compatible with it). If during the Office Setup haven't selected the appropriate conversion filters, Word will not be able to open this document. Run the Office Setup, choose add/remove, and select the conversion filter. after the install, it should work.

    Tom Cannaerts
    [email protected]

    Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning -- Rich Cook
    Tom Cannaerts
    email: [email protected]
    www.tom.be (dutch site)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured