Email

P

PBANKS

Is there a way to email more than one person in one line of code?


This is the way that I have it now:
ActiveWorkbook.SendMail Recipients:="pbanks"

And this did not work:
ActiveWorkbook.SendMail Recipients:="pbanks & pbanks"

Nor did:
ActiveWorkbook.SendMail Recipients:="pbanks;pbanks"

Any ideas?
 
D

Dave Peterson

ActiveWorkbook.SendMail Recipients:=array("pbanks","pbanks")

(the same person twice???)
 
P

PBANKS

Just testing, do not want the people that will be getting these sheets
to get confused (like me) thanks, I will try this.
 

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