Snirhe,
How do you create mailmerge in Outlook? And do you want to send the same attachement to everybody, or a different?
Kees
Hi,
I'm using Outlook 2000 and when I create mail merge, I can't add attachment.
suggestions?
Thanks.
![]() | Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years. Thanks, CNET Support |
Hi,
I'm using Outlook 2000 and when I create mail merge, I can't add attachment.
suggestions?
Thanks.
Discussion is locked
Snirhe,
How do you create mailmerge in Outlook? And do you want to send the same attachement to everybody, or a different?
Kees
I select few contacts and choose tools>Mail Merge...
There I choose merge to E-mail.
I want to send the same attachment to everybody, but if it is possible, maybe in the future I would like to send different attachments.
Thanks
The mailmerge is likely a VBA application or 'macro' and you would have to upgrade it to include your new needs. Beginning programmer skills required so don't feel bad if this is all gibberish at first.
Bob
The Office Developers Kit has all that as you can see at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnoffpro01/html/Word2002forDevelopersPartI.asp
and
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnword2k2/html/odc_wdappevnt.asp
and (code example)
http://support.microsoft.com/kb/q285333/
but rather than do that, why not write your own?
Examples found with this google:
http://www.google.com/search?hl=en&lr=&safe=off&q=mail+merge+vba+code+samples
Bob