+ Reply to Thread
Results 1 to 2 of 2

Email multiple recipients with Macro

  1. #1
    Registered User
    Join Date
    05-22-2012
    Location
    Calgary Alberta
    MS-Off Ver
    Excel 2010
    Posts
    42

    Email multiple recipients with Macro

    I have a macro that will kick out an email every time an update is saved to a spreadsheet.
    Now I need to be able to email multiple people whenever a save is made.
    I can get a single To, Cc and BCc to work but if I try to have multiple people addressed or Cc'ed I am having issues.
    This is what the code looks like for single recipients......
    Any help would be greatly appreciated.
    Thanks

    On Error Resume Next
    With OutMail
    .To = "[email protected]"
    .CC = "[email protected]"
    .BCc = "****[email protected]"
    .Subject = "Project Tracker has been recently updated"
    .Body = strbody
    .Send
    End With
    On Error GoTo 0

    Set OutMail = Nothing
    Set OutApp = Nothing
    End Sub

  2. #2
    Forum Expert Tinbendr's Avatar
    Join Date
    06-26-2012
    Location
    USA
    MS-Off Ver
    Office 2010
    Posts
    2,125

    Re: Email multiple recipients with Macro

    Use a semicolon to separate multiple recipients.
    Please Login or Register  to view this content.
    David
    (*) Reputation points appreciated.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Help please!? Multiple email recipients in VBA code
    By ExcelFailure in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-20-2013, 11:16 PM
  2. [SOLVED] How to send Lotus email with VBA to more recipients and also to more copy recipients
    By Sachy in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 03-20-2013, 03:23 PM
  3. Multiple email recipients from excel
    By Brontosaurus in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 01-25-2010, 07:00 AM
  4. [SOLVED] Email multiple recipients
    By jomili in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-14-2009, 09:25 AM
  5. [SOLVED] Email Hyperlink Multiple Recipients
    By Kim in forum Excel General
    Replies: 2
    Last Post: 03-09-2006, 06:15 PM

Tags for this Thread

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