error# 5852- object not available - running word mailmerge

B

Brian76239

Trying to automate a mailmerge to run from Access.
Main document opens, but I get the error code when I execute the line:

With .ActiveDocument.MailMerge
.Destination = wdSendToNewDocument
.DataSource = "C:\Transparent\Contract_Print_Temp.odc"
.Execute
End With
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top