Thread: Email
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
PBANKS[_8_] PBANKS[_8_] is offline
external usenet poster
 
Posts: 1
Default Email


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