I have a macro in a mail merge main document which does the merge and then saves the form letters document. Since we have tried using this document on a computer using Word 2003, however, every time we open it we get a runtime error 5852 - requested object not available on the line that says .Destination = wdSendToNewDocument
I've looked around and I think the problem is because of this new security feature in Office 2003 that prompts you whenever you open a merge document. There's a registry edit that will fix it but we'd rather avoid that.
http://support.microsoft.com/?kbid=825765
Is there any other workaround? i.e. a way to tell it in the code to say "Yes" to that prompt if it comes up?
I've looked around and I think the problem is because of this new security feature in Office 2003 that prompts you whenever you open a merge document. There's a registry edit that will fix it but we'd rather avoid that.
http://support.microsoft.com/?kbid=825765
Is there any other workaround? i.e. a way to tell it in the code to say "Yes" to that prompt if it comes up?