H
hugonsantos
I need to open a word document through visual basic 6 code. This
document is mailmerged.
When I open it in windows explorer with double click, I get the message
asking if I want to do the select and I chose yes.
The problem is when I try to open it with vb6 code:
Set oDoc = oWordApp.Documents.Open(file)
Winword show me the document only with the fields of one row, filled.
By this time, the mailmerge toolbar is disabled and I can't undertand
why.
Could you please explain me how to solve this?
Regards,
Hugo Santos
document is mailmerged.
When I open it in windows explorer with double click, I get the message
asking if I want to do the select and I chose yes.
The problem is when I try to open it with vb6 code:
Set oDoc = oWordApp.Documents.Open(file)
Winword show me the document only with the fields of one row, filled.
By this time, the mailmerge toolbar is disabled and I can't undertand
why.
Could you please explain me how to solve this?
Regards,
Hugo Santos