Results 1 to 3 of 3

Thread: API to connect MS Word

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2001
    Posts
    9

    API to connect MS Word

    How to connect Visual Basic to MS Word through API?

  2. #2
    Fanatic Member InvisibleDuncan's Avatar
    Join Date
    May 2001
    Location
    Eating jam.
    Posts
    819
    You'd probably be better off not using APIs for this. Just set a reference to the MS Word object library and do this:
    VB Code:
    1. Dim objWord as Word.Application
    2. Set objWord = New Word.Application
    That's easier...
    Indecisiveness is the key to flexibility.

    www.mangojacks.com

  3. #3
    New Member
    Join Date
    Sep 2001
    Posts
    4

    connect word

    yes, you will find it much easier with just the reference and not the api
    dev

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