April 2006
Beginner
1114 pages
98h 16m
English
workbook.SendMail(Recipients, [Subject], [ReturnReceipt])
Sends a workbook via email as an attachment.
|
Argument |
Settings |
|---|---|
|
|
The email names or aliases of the recipients. |
|
|
A subject line to include with the email. |
|
|
True notifies the sender when the recipient receives the mail; False does not (default). |
The following line sends the current workbook as an email:
ThisWorkbook.SendMail "ExcelDemo@Hotmail.com", "Workbook samples"
Read now
Unlock full access