i'm writing a function to send an email with the option of attachements
This is the code i'm using, it works fine but i need to be able to sne mulitple attachments. What would be the best way of doing this?
Thanks
code:
Public Function SendEmail(strTo As String, strSubject As String, strBody...