I have an excel spreadsheet with the following command:
Application.Dialogs(xlDialogSendMail).Show "test@test.com, "CVS End of Shift " & ActiveSheet.Name
Finish:
End Sub
This works great but I have attempted to add another email recipient using a semi-colon between the two, but when that macro runs, it displays the proper email recipients, but the address cannot be found by the exchange server. I have tried adding a space after the semi-colon also with the same results.
How can I add another recipient or a cc: recipient.
Thanks.
Application.Dialogs(xlDialogSendMail).Show "test@test.com, "CVS End of Shift " & ActiveSheet.Name
Finish:
End Sub
This works great but I have attempted to add another email recipient using a semi-colon between the two, but when that macro runs, it displays the proper email recipients, but the address cannot be found by the exchange server. I have tried adding a space after the semi-colon also with the same results.
How can I add another recipient or a cc: recipient.
Thanks.