J
Joop
Hi all
In Access VBA I execute a mailmerge:
Set doc = wrd.Documents.Open(cDir & "sjabOplFactuur2000.doc")
With doc.MailMerge
.Destination = wdSendToNewDocument
.Execute
End With
doc.Close SaveChanges:=False
This results in a document with the Word standard name.
My question: How can I give the docoment the name I want and how can I save
it at the location that I want?
regards Joop
In Access VBA I execute a mailmerge:
Set doc = wrd.Documents.Open(cDir & "sjabOplFactuur2000.doc")
With doc.MailMerge
.Destination = wdSendToNewDocument
.Execute
End With
doc.Close SaveChanges:=False
This results in a document with the Word standard name.
My question: How can I give the docoment the name I want and how can I save
it at the location that I want?
regards Joop