L
Luis Rentería
Hi!
How can I set multiple recipients using the SendMail Method?
Currently, I'm using the following code, but at the end, only user1 receives
the email.
ActiveWorkbook.SendMail Recipients:="[email protected], [email protected]"
Thanks in advance.
How can I set multiple recipients using the SendMail Method?
Currently, I'm using the following code, but at the end, only user1 receives
the email.
ActiveWorkbook.SendMail Recipients:="[email protected], [email protected]"
Thanks in advance.