I capture the users results in vb. I want to take what the user entered and pass it to word. It consist of text boxes and check boxes. I created them on the word document using the form tools. This is word 97 using vb6. Is there a way to take my vb variable and pass it to word such as

Dim ObjWord as Word.Application
set ObjWord = new Word.Application
objWord.ActiveDocument ("TheNameOfBoxInTheWordDoc") = VariableInVB.

Is there somewhere that contains what the methods and properties of the word object are and how they work. I can't find anyplace that seems to have a good description of the stuff. any help would be great. Thanks