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?
Printable View
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?
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.
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