Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 19
Default Multiple SendMail Recipients

Is it possible to have more than one recipient with the SendMail Method?

I know I can do this: ActiveWorkbook.SendMail
").
But I haven't figured out how to add a second email address. Is it
possible? Or do you need to use a second SendMail line?

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Multiple SendMail Recipients

You can setup an array of names as the recipient list

ActiveWorkbook.SendMail _
", "), _
Subject:="test"

--
HTH

Bob Phillips

"John Hutcins" wrote in message
...
Is it possible to have more than one recipient with the SendMail Method?

I know I can do this: ActiveWorkbook.SendMail
").
But I haven't figured out how to add a second email address. Is it
possible? Or do you need to use a second SendMail line?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 19
Default Multiple SendMail Recipients

Thanks, that did the trick!

"Bob Phillips" wrote:

You can setup an array of names as the recipient list

ActiveWorkbook.SendMail _
", "), _
Subject:="test"

--
HTH

Bob Phillips

"John Hutcins" wrote in message
...
Is it possible to have more than one recipient with the SendMail Method?

I know I can do this: ActiveWorkbook.SendMail
").
But I haven't figured out how to add a second email address. Is it
possible? Or do you need to use a second SendMail line?




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Mutiple names in ActiveWorkbook.SendMail Recipients:= daleatshel Excel Discussion (Misc queries) 2 February 5th 07 08:06 PM
Email Hyperlink Multiple Recipients Kim Excel Discussion (Misc queries) 2 March 9th 06 10:09 PM
Error with Multiple Recipients on .SendMail Chaplain Doug Excel Programming 2 December 27th 04 06:49 PM
Multiple Recipients in SendMail Method. HELP!!! John Baker Excel Programming 2 February 1st 04 01:40 AM
Multiple Recipients Luis Renterķa Excel Programming 1 December 2nd 03 07:23 PM


All times are GMT +1. The time now is 08:12 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"