Results 1 to 3 of 3

Thread: MS Word

  1. #1

    Thread Starter
    Member
    Join Date
    Nov 2001
    Location
    Virginia
    Posts
    58

    MS Word

    I wanna write a program use the MS Word Lib, but I don't know where to find out what functions are in the library. Can anyone suggest where to find a reference for the Word object?

  2. #2
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    Everything you can program & access from within the MSWord VBA editor, you can access via com and vb.

    Just play around creating macros & pinching the code created for you.

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  3. #3
    mhuibers
    Guest
    Hi,

    Just add a reference to the Microsoft Word X library.

    Now you are able to view all of the prop's methods and events of it in the object browser.

    You can also find all the info u need in the MSDN library:

    Http://msdn.microsoft.com/library


    Michiel

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