PC Review


Reply
Thread Tools Rate Thread

adjust .Sendmail for mutiple recipients on internal email network

 
 
J.W. Aldridge
Guest
Posts: n/a
 
      9th Jul 2008
Hi.
I am using Ron's Sub Mail_ActiveSheet() code and it seemingly works
fine with one addressee, but when using several, it takes forever to
send and then the recipients never seem to get it.

I am only sending emails to those who are in my network so I dont want
to type in the email extensions (....@soandso.com). I only want to
state their first (space) then last name. How do I adjust this code to
get this done?

Thanx

(My Code below)


With Destwb
.SaveAs TempFilePath & TempFileName & FileExtStr,
FileFormat:=FileFormatNum
On Error Resume Next
.SendMail "Jeremy W. Aldridge; John Doe; Jane Doe; Mama Doe;
Papa Doe", _
"Mindex Daily - Hourly Performance Recap"
On Error GoTo 0
.Close SaveChanges:=False
End With
 
Reply With Quote
 
 
 
 
Tom Ogilvy
Guest
Posts: n/a
 
      9th Jul 2008
to any potential respondents,
this question has been answered in another thread

"J.W. Aldridge" wrote:

> Hi.
> I am using Ron's Sub Mail_ActiveSheet() code and it seemingly works
> fine with one addressee, but when using several, it takes forever to
> send and then the recipients never seem to get it.
>
> I am only sending emails to those who are in my network so I dont want
> to type in the email extensions (....@soandso.com). I only want to
> state their first (space) then last name. How do I adjust this code to
> get this done?
>
> Thanx
>
> (My Code below)
>
>
> With Destwb
> .SaveAs TempFilePath & TempFileName & FileExtStr,
> FileFormat:=FileFormatNum
> On Error Resume Next
> .SendMail "Jeremy W. Aldridge; John Doe; Jane Doe; Mama Doe;
> Papa Doe", _
> "Mindex Daily - Hourly Performance Recap"
> On Error GoTo 0
> .Close SaveChanges:=False
> End With
>

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
ActiveWorkbook.SendMail Recipients jknapp1005 Microsoft Excel Programming 2 4th May 2009 10:28 PM
Mutiple names in ActiveWorkbook.SendMail Recipients:= =?Utf-8?B?ZGFsZWF0c2hlbA==?= Microsoft Excel Misc 2 5th Feb 2007 08:06 PM
Multiple SendMail Recipients =?Utf-8?B?Sm9obiBIdXRjaW5z?= Microsoft Excel Programming 2 21st Sep 2005 02:41 PM
Error with Multiple Recipients on .SendMail =?Utf-8?B?Q2hhcGxhaW4gRG91Zw==?= Microsoft Excel Programming 2 27th Dec 2004 06:49 PM
SendMail Multiple Recipients Thore Microsoft Excel Misc 2 21st Sep 2004 11:47 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:31 AM.