+ Reply to Thread
Results 1 to 2 of 2

Consolidate Excel Information in one e-mail for each user

  1. #1
    Registered User
    Join Date
    12-28-2017
    Location
    SP
    MS-Off Ver
    2016
    Posts
    1

    Lightbulb Consolidate Excel Information in one e-mail for each user

    My table is structured as:

    Capturar.PNG

    I need to consolidate everything that is pending for the seller "Andrew or Joseph" and send a single email with the "OS" list. I am using the following code but unsuccessful as it opens a new email for each row of the worksheet:

    HTML Code: 

  2. #2
    Valued Forum Contributor ranman256's Avatar
    Join Date
    07-29-2012
    Location
    Kentucky
    MS-Off Ver
    Excel 2003
    Posts
    1,177

    Re: Consolidate Excel Information in one e-mail for each user

    your FOR loop will send 1 email for each row, so instead,
    use the for loop to collect all the emails.
    Please Login or Register  to view this content.
    THEN, send the 1 email:

    Set OutMail = OutApp.CreateItem(0)
    '...etc....

+ 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. Replies: 2
    Last Post: 04-12-2017, 04:27 AM
  2. Excel user form to consolidate data in a separate mastersheet
    By Invade2011 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-08-2015, 01:44 AM
  3. Mail merge direct from Excel User Form
    By Ashgaroth24 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-22-2014, 05:10 AM
  4. Replies: 0
    Last Post: 09-19-2014, 11:36 AM
  5. In excel how can I consolidate information in rows based on 2 critera?
    By kevin.willhoit in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-08-2013, 10:52 AM
  6. [SOLVED] Need information on how to perform a Mail Merge with Excel and word
    By bonny24tycoon in forum Excel General
    Replies: 1
    Last Post: 06-22-2012, 12:28 PM
  7. [SOLVED] Formatting the user data for the body of the mail in excel
    By [email protected] in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-01-2006, 03:50 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