Send Mail

  • Thread starter Thread starter janet
  • Start date Start date
J

janet

ActiveWorkbook.SendMail Array:=
("(e-mail address removed)","(e-mail address removed)")

When I use this command to automatically send an e-mail I
get a syntax error messge.

What is the proper way to send to more then one recipient?
 
Change Array:= to
Recipients:=Array(("(e-mail address removed)","(e-mail address removed)")



Regards,
Tom Ogilvy
 
Back
Top