Send Mail

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?
 
T

Tom Ogilvy

Change Array:= to
Recipients:=Array(("(e-mail address removed)","(e-mail address removed)")



Regards,
Tom Ogilvy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top