I am attempting to produce a Word document out of VB6
I have used your help, which I found excelent, to produce an Excel sheet.
Can you help me please
Denis
Printable View
I am attempting to produce a Word document out of VB6
I have used your help, which I found excelent, to produce an Excel sheet.
Can you help me please
Denis
Welcome to the forums. :wave:
This will get you started.
yes we guarantee that we will help you here and a warm welcome to this forum from me.Just give the details on what you want to do.
I am using the code:
Dim oApp As Word.Application
Dim oDoc as Word.Document
Set oApp = New Word.Application
When Run I receive: Error 432 File or Class Name not found during Automation Operation.
This is my first effort to write to Word through VB6
Where am I going wrong
Denis