B
Brian Wojo
Forgive my niativity, but I do not understand how to use VB 6 and build a
pure VB application (not VBA inside of Word as a macro) to update a Word
document file. I have a VB6 application that I want to use to fill in fields
of an existing Word document, then store it as a new file. Do I need to add
a particular library or module to VB to be able to do this. If I do a simply
declaration such as
Dim objWordApp as Word.Application
I get an error that it is a non-declared user type. Do I need to use API
calls to do such things? Do I need to add in a particular library? I guess
I'm uncertain of the difference between using VBA to create a macro and using
pure VB6 to control a word document. Can anyone point me in the right
direction to get started.
Thanks.
Brian
pure VB application (not VBA inside of Word as a macro) to update a Word
document file. I have a VB6 application that I want to use to fill in fields
of an existing Word document, then store it as a new file. Do I need to add
a particular library or module to VB to be able to do this. If I do a simply
declaration such as
Dim objWordApp as Word.Application
I get an error that it is a non-declared user type. Do I need to use API
calls to do such things? Do I need to add in a particular library? I guess
I'm uncertain of the difference between using VBA to create a macro and using
pure VB6 to control a word document. Can anyone point me in the right
direction to get started.
Thanks.
Brian