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
Thanks.
S