View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Luis Renterķa Luis Renterķa is offline
external usenet poster
 
Posts: 1
Default Multiple Recipients

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 , "

Thanks in advance.