Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
ActiveWorkbook.SendMail Recipients:=array("pbanks","pbanks")
(the same person twice???) PBANKS wrote: 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 -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Just testing, do not want the people that will be getting these sheets to get confused (like me) thanks, I will try this. -- PBANKS ------------------------------------------------------------------------ PBANKS's Profile: http://www.excelforum.com/member.php...o&userid=31370 View this thread: http://www.excelforum.com/showthread...hreadid=516247 |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Works great -- PBANK ----------------------------------------------------------------------- PBANKS's Profile: http://www.excelforum.com/member.php...fo&userid=3137 View this thread: http://www.excelforum.com/showthread.php?threadid=51624 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using Macro how to create email link for the email addresses in aRange or Selection | Excel Worksheet Functions | |||
send wkbk as an email attachment with an email address copied from | Excel Discussion (Misc queries) | |||
can I copy a column of email addresses, paste into email address? | New Users to Excel | |||
Transfer Email addresses from spreadsheet to email address book | Excel Discussion (Misc queries) | |||
Email editor closes when forwarding Excel-embedded email | Setting up and Configuration of Excel |