|
-
Mar 7th, 2002, 12:14 AM
#1
Thread Starter
Junior Member
vb variable to word
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|