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?
--
PBANKS
------------------------------------------------------------------------
PBANKS's Profile:
http://www.excelforum.com/member.php...o&userid=31370
View this thread:
http://www.excelforum.com/showthread...hreadid=516247