I have a macro that merges data from a worksheet onto a document and then to
the printer. Instead of going to the printer, it now needs to be emailed. So
I inserted the addresses into the worksheet and added a mergefield on the
documents. The only problem is that first of all I can't get the code right
and secondly I want to be able to attach other misc. documents to the email
before it is sent and I can't seem to find a way to do that. Thanks
Peter Jamieson - 16 Feb 2007 22:07 GMT
You have to do some coding, e.g. in VBA. See Doug Robbins' article at
http://word.mvps.org/FAQs/MailMerge/MergeWithAttachments.htm
Peter Jamieson
>I have a macro that merges data from a worksheet onto a document and then
>to the printer. Instead of going to the printer, it now needs to be
[quoted text clipped - 3 lines]
>documents to the email before it is sent and I can't seem to find a way to
>do that. Thanks