Hi Richard, i succeeded merging all my reports in one single one to email it to my customers. My question is, can we add more PDF files in that same email? I'm adding them manually for now, but would be great to use the DocF you created to add them automatically. Thanks
Kevin Robertson
@Reply 3 years ago
One option is to add the attachments to a list box then loop through all the items and add them to the email.
For X = 0 To lstAttach.ListCount - 1
'code to add attachment
Next
Kevin Robertson
@Reply 3 years ago
You could also add each attachment to a text box and have each one separated by a semi-colon.
I would have a hidden box with the full path and one for your users to see that will just show only the filename.
Sorry, only students may add comments.
Click here for more
information on how you can set up an account.
If you are a Visitor, go ahead and post your reply as a
new comment, and we'll move it here for you
once it's approved. Be sure to use the same name and email address.
This thread is now CLOSED. If you wish to comment, start a NEW discussion in
Visitor Forum.