I am using the following code to try and send a workbook via attachment to multiple email recipients however it will not work. If I only include one recipient then the code runs fine however it crashes when there is more than one.
Is anyone able to help me?
![]()
ActiveWorkbook.SendMail _ Recipients:="aaa@aaa.com.au", "bbb@bbb.com.au", "ccc@ccc.com.au", "ddd@ddd.com.au", _ Subject:="Subject" & Format(Date, "yyyymmdd")
Bookmarks