+ Reply to Thread
Results 1 to 4 of 4

Email

  1. #1
    Registered User
    Join Date
    02-09-2006
    Posts
    51

    Email

    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?

  2. #2
    Dave Peterson
    Guest

    Re: Email

    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. #3
    Registered User
    Join Date
    02-09-2006
    Posts
    51
    Just testing, do not want the people that will be getting these sheets to get confused (like me) thanks, I will try this.

  4. #4
    Registered User
    Join Date
    02-09-2006
    Posts
    51
    Works great!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1