psemianonymous
Programmer
I have a Word mailmerge document that I open using late-binding in VBA. I run the mailmerges on my machine perfectly fine, but on other machines, they are given a popup to confirm the data source. Sigh.
Here is the original thread: thread181-817153 - please post replies there, if that's okay.
Here is my line where I think the problem is occuring:
Here is the original thread: thread181-817153 - please post replies there, if that's okay.
Here is my line where I think the problem is occuring:
Code:
objWordDoc.MailMerge.OpenDataSource _
NAME:=strMailmergeDataFilename, ConfirmConversions:=False, _
ReadOnly:=True, LinkToSource:=True, AddToRecentFiles:=False, _
PasswordDocument:="", PasswordTemplate:="", _
WritePasswordDocument:="", _
WritePasswordTemplate:="", Revert:=False, Format:=0, _
Connection:="", SQLStatement:="", SQLStatement1:=""