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