I found a macro in this article:
http://word.mvps.org/FAQs/MailMerge/MergeWithAttachments.htm
I tried it, but I got this error:
"Compile error: user-defined type not defined"
with regard to this line in the macro:
Dim oOutlookApp As Outlook.Application
Can anyone help with this?
smcash - 28 Mar 2005 21:05 GMT
Never mind, I fixed it. Upon reading the article a little more closely, I
discovered I had to set a reference.
-smcash
> I found a macro in this article:
>
[quoted text clipped - 9 lines]
>
> Can anyone help with this?