I would like to include code in a macro where I could send the active spreadsheet to an Outlook distribution list.
Is this possible?
Also - would like to be able to customize the subject line.
I am currently sending the spreadsheet using this:
ActiveWorkbook.SendMail Recipients:="email@address"
However, would really like to use a distribution list since there are several hundred recipients.
Is this possible?
Also - would like to be able to customize the subject line.
I am currently sending the spreadsheet using this:
ActiveWorkbook.SendMail Recipients:="email@address"
However, would really like to use a distribution list since there are several hundred recipients.