Windows XP Email Attachments using VBA

Joined
Dec 20, 2008
Messages
1
Reaction score
0
I have a userform that has command buttons on it. Each command button opens another userform with checkboxes. Each checkbox, if selected will print a particular document. There are approximately 4 checkboxes on each userform. I want to be able to add the selected documents as an attachment in an Outlook email. I tried using ActiveDocument.SendMail before the "End If" of each statement in the code, however, it will only attach one document. How can I make it so that I can add all of the selected documents as an attachment in the same email?

Thanks.
S
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top