Re: Multiple Recipients in SendMail Method. HELP!!!
From: John Baker (Baker.JH_at_Verizon.net)
Date: 02/01/04
- Next message: Tom Ogilvy: "Re: Trying to make cells numeric only"
- Previous message: Dave Peterson: "Re: keypress to fire command button"
- In reply to: Daniel Klann: "Re: Multiple Recipients in SendMail Method. HELP!!!"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 01 Feb 2004 01:40:19 GMT
Dan:
Thank you very much. Its amazing how many times the good folks on this and other
Newsgroups have helped me with something that I was totally stumped on.
Regards
John Baker
"Daniel Klann" <danielklann@hotmail.com> wrote:
>Hi John,
>
>ActiveWorkbook.SendMail Array("someone@somewhere.com", "dave@hotmail.com")
>
>Should work for you.
>
>Regards,
>Dan
>-----------------------------------------
>Website : http://www.danielklann.com
>Favourites Add-in for Microsoft Excel -
>http://www.danielklann.com/excel/excel_favourites_add-in.htm
>
>"John Baker" <Baker.JH@Verizon.net> wrote in message
>news:44io105dkatnke4fgv3v8ib9ed8h90o54h@4ax.com...
>> Hi:
>>
>> I have been automatically sending an e mail from my Excel for some time,
>using the
>> following statement:
>>
>> ActiveWorkbook.SendMail recipients "baker.jh@verizon.net", _
>> etitle
>>
>> I am not attempting to add another recipient, and am having a difficult
>time. The "Help"
>> on sendmail says the following:
>>
>> "Recipients Required Variant. Specifies the name of the recipient as
>text, or as an
>> array of text strings if there are multiple recipients. At least one
>recipient must be
>> specified, and all recipients are added as To recipients."
>>
>> It refers to "an array of text strings", but i cant appear to set up an
>array that is
>> acceptable and will work.
>> I have tried:
>> ActiveWorkbook.SendMail "baker.jh@verizon.net", _
>> etitle
>>
>> a) ActiveWorkbook.SendMail "baker.jh@verizon.net, smith.sam@verizon.net",
>_
>> etitle
>> b) ActiveWorkbook.SendMail
>"baker.jh@verizon.net,""Smith.sam@verizon.net",_
>> etitle
>> c)ActiveWorkbook.SendMail "baker.jh@verizon.net Smith.Sam@verizon.net", _
>> etitle
>>
>> None of them work! Either the compiler does not like them or Outlook does
>not..
>>
>> Can someone tell me the right way to set this up please?
>>
>> Regards
>>
>> John Baker
>>
>
- Next message: Tom Ogilvy: "Re: Trying to make cells numeric only"
- Previous message: Dave Peterson: "Re: keypress to fire command button"
- In reply to: Daniel Klann: "Re: Multiple Recipients in SendMail Method. HELP!!!"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|