Very good point. The VBA editor and related help can definitely be a good place to
look for information. A lot of times in VBA, you just start typing and it pops up
with help and options relating to what you're entering.
I've written things in VBA then translated them to PHP just to get the st
This might help a little:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_wrco
re/html/wrconwordobjectmodeloverview.asp
Microsoft has a few object models online that give you an idea of the
objects, properties, methods, etc in their products. The one for
MapPoint is excellent