CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: zaustin

Search: Search took 0.08 seconds.

  1. Replies
    10
    Views
    1,951

    word

    Ok, the problem was only solved in the VB run-time environment. Once I went to my VB-less test box it started happening again. The error happens when I try to open the word document with this line...
  2. Replies
    10
    Views
    1,951

    thanks

    I've fixed the problem. DoEvents didn't do the trick. There is a delay when instantiating the Word object (starting word) unfortunately VB doesn't block long enough. Even using ObjPtr(wordObject)...
  3. Replies
    10
    Views
    1,951

    Oh by the way I forgot to mention that I'm...

    Oh by the way I forgot to mention that I'm referencing VBA and Microsoft Word 10.0.

    --Zach
  4. Replies
    10
    Views
    1,951

    Opening a word doc - strange error

    Hey everyone, I'm new here.

    I have a problem I hope you can assist me with.

    In the following code...

    Dim wordApp As Word.Application
    Set wordApp = New Word.Application
    ...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured