VBscript and word

V

Viperv10

where can I find a vast list of all the commands I can use with VBscript and
Word 2003

such as objtable.rows.add() and things.

I mainly looking to insert rows in a table not add them to the bottow.

But any language stuff for vbscript and word would be greatly appreciated.
 
H

Harlan Grove

Viperv10 said:
where can I find a vast list of all the commands I can use with
VBscript and Word 2003
....

The difference between VBScript and VBA is slight when it comes to
using Word's object model. If you have Office or Word stand-alone, you
have the help files that document Word's object model. Without Office/
Word, VBScript can't do anything with .DOC files (aside from treating
them as generic binary files).
 
Top