Hi,
For the sake of documentation, the solution is a bit different ...
Thanks to Cindy ... unlinking the template to its source is a
prerequisite :
ActiveDocument.MailMerge.MainDocumentType = wdNotAMergeDocument
Then Closing the template without saving changes ...
ActiveDocument.Close SaveChanges:=wdDoNotSaveChanges
HTH
Carim
Jezebel - 05 Apr 2006 06:50 GMT
That's for closing Word. Your subject line asks about closing Excel, which
doesn't do it that way.
> Hi,
>
[quoted text clipped - 7 lines]
> HTH
> Carim