View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John Hutcins John Hutcins is offline
external usenet poster
 
Posts: 19
Default Multiple SendMail Recipients

Is it possible to have more than one recipient with the SendMail Method?

I know I can do this: ActiveWorkbook.SendMail
").
But I haven't figured out how to add a second email address. Is it
possible? Or do you need to use a second SendMail line?