G
Guest
This looks great and I downloaded the samples and then loaded them into my
database.
But when I try to Add a new Template, enter the name and click OK, Word
attempts to start and then fails with error msge 5174 (merge.888 not found)
and the debugger highlights the following area:
WordDoc.MailMerge.OpenDataSource _
Name:=strSaveDir & TextMerge, _
ConfirmConversions:=False, _
ReadOnly:=False, LinkToSource:=True, AddToRecentFiles:=False, _
PasswordDocument:="", PasswordTemplate:="",
WritePasswordDocument:="", _
WritePasswordTemplate:="", Revert:=False, Format:=0, _
Connection:="", SQLStatement:="", SQLStatement1:=""
By the way, I am using Office Pro 2002.
I really really want to be able to use this code as it does look very nifty,
so would Albert or anyone else be able to help me out please!
Thanks
CW
database.
But when I try to Add a new Template, enter the name and click OK, Word
attempts to start and then fails with error msge 5174 (merge.888 not found)
and the debugger highlights the following area:
WordDoc.MailMerge.OpenDataSource _
Name:=strSaveDir & TextMerge, _
ConfirmConversions:=False, _
ReadOnly:=False, LinkToSource:=True, AddToRecentFiles:=False, _
PasswordDocument:="", PasswordTemplate:="",
WritePasswordDocument:="", _
WritePasswordTemplate:="", Revert:=False, Format:=0, _
Connection:="", SQLStatement:="", SQLStatement1:=""
By the way, I am using Office Pro 2002.
I really really want to be able to use this code as it does look very nifty,
so would Albert or anyone else be able to help me out please!
Thanks
CW