Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 425
Default .Sendmail to Multiple Internal Addresses

Using Ron's code:

Sub Mail_ActiveSheet()


Currently set to send to full email address(es). Need to send to
internal email address names...(whole names only without extensions).
Tried several methods, nothing worked so far....



..SendMail
@somewhere. ",
_
' "EMail Subject"



WHAT'S NEEDED....

..SendMail "Jeremy Aldridge;Jane Doe;Julie Doe", _
' "EMail Subject"


thanx....




  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default .Sendmail to Multiple Internal Addresses

.SendMail Array("Jeremy Aldridge","Jane Doe","Julie Doe"), _
"EMail Subject"

If Jeremay Aldridge would work as a single address, then I believe the above
is what you need.

--
Regards,
Tom Ogilvy


"J.W. Aldridge" wrote:

Using Ron's code:

Sub Mail_ActiveSheet()


Currently set to send to full email address(es). Need to send to
internal email address names...(whole names only without extensions).
Tried several methods, nothing worked so far....



..SendMail
@somewhere. ",
_
' "EMail Subject"



WHAT'S NEEDED....

..SendMail "Jeremy Aldridge;Jane Doe;Julie Doe", _
' "EMail Subject"


thanx....





  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default .Sendmail to Multiple Internal Addresses

..sendmail ", _
", _
"), _
"email subject"



"J.W. Aldridge" wrote:

Using Ron's code:

Sub Mail_ActiveSheet()

Currently set to send to full email address(es). Need to send to
internal email address names...(whole names only without extensions).
Tried several methods, nothing worked so far....

.SendMail
@somewhere. ",
_
' "EMail Subject"

WHAT'S NEEDED....

.SendMail "Jeremy Aldridge;Jane Doe;Julie Doe", _
' "EMail Subject"

thanx....


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 425
Default .Sendmail to Multiple Internal Addresses

Thank both you guys!

Worked purrfectly!

I'm buying you both Krystal burgers (or White Castle) WITH CHEESE when
I become a millionaire soon.....

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
adjust .Sendmail for mutiple recipients on internal email network J.W. Aldridge Excel Programming 1 July 9th 08 06:55 PM
Multiple SendMail Recipients John Hutcins Excel Programming 2 September 21st 05 02:41 PM
Error with Multiple Recipients on .SendMail Chaplain Doug Excel Programming 2 December 27th 04 06:49 PM
Sending multiple emails using SendMail Fiona Nelson Excel Programming 2 July 13th 04 04:47 PM
Multiple Recipients in SendMail Method. HELP!!! John Baker Excel Programming 2 February 1st 04 01:40 AM


All times are GMT +1. The time now is 07:20 AM.

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"