Good Word 2003 VBA and Related Book?

M

ML

Can anyone suggest a good Word 2003 book that covers VBA and the various
aspects of developing custom code, form, etc within Word 2003. Looking for
something that explains coding techniques specific to 2003 and not just
general VBA from previous versions as I am looking to improve the
functionality of a complex template but only need to support 2003 and up so
would like to make use of new abilities within it where possible.
 
J

Jay Freedman

Can anyone suggest a good Word 2003 book that covers VBA and the various
aspects of developing custom code, form, etc within Word 2003. Looking for
something that explains coding techniques specific to 2003 and not just
general VBA from previous versions as I am looking to improve the
functionality of a complex template but only need to support 2003 and up so
would like to make use of new abilities within it where possible.

If you find a book like that, please do let me know. :)

There are no "coding techniques" specific to 2003. The VBA language in
2003 is pretty much the same as in 2002 and 2000.

There are new objects, properties, methods, and events, many of them
dealing with XML support or with new items in the options dialog. You
can read about them here:

New objects:
http://msdn.microsoft.com/library/en-us/vbawd11/html/womscNewObjects_HV01040550.asp
New properties:
http://msdn.microsoft.com/library/en-us/vbawd11/html/womscNewPropsObj_HV01040555.asp
New methods:
http://msdn.microsoft.com/library/en-us/vbawd11/html/womscNewMethObj_HV01040549.asp
New events:
http://msdn.microsoft.com/library/en-us/vbawd11/html/womscNewEvents_HV01040546.asp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top