PDA

Click to See Complete Forum and Search --> : MS Word


newty25
Nov 29th, 2001, 01:52 PM
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?

alex_read
Dec 7th, 2001, 03:25 AM
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.

mhuibers
Dec 7th, 2001, 01:28 PM
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