
Automatic Generate a word-document from VB
Look in the group microsoft.public.word.programming for postings about
Automation. With Automation, you could open Word, create a blank document,
and add the items you listed, all using VB code from within a VB
application. The computer running the program would have to have Word on
it.
Also, see http://www.*-*-*.com/
code and explanations.
Quote:
> Please Help!
> I want to generate a document in Word-format from a progam implemented
> in VB ...