+ Reply to Thread
Results 1 to 3 of 3

Send emails in outlook from a column of addresses while grabbing row data/changing data

  1. #1
    Registered User
    Join Date
    01-27-2015
    Location
    Georgia, USA
    MS-Off Ver
    2013
    Posts
    3

    Send emails in outlook from a column of addresses while grabbing row data/changing data

    The purpose of this post is to document my progress and ask for help in my endeavor to create a VBA script which loops through email addresses in a column and sends emails in outlook (in the background) to each address. Each email will be personalized with specific data from the current row (customer name, time of appointment, date, address, etc.).

    This script will send emails to mobile phone numbers by using a Email to Sms service (smsglobal).

    This script will detect which emails are phone numbers and which are true emails (by detecting the @ symbol in the cell.value or not).

    This script will skip over blank email address cells.

    This script will change the sent/unsent status to SENT after sending the email for the current row.

    Attached here is the excel table with no script:
    personalized email sender.xlsx

    Here is the pseudocode for what I wish to accomplish:

    Please Login or Register  to view this content.
    Here is a screenshot of the table for visual reference:
    zUNP5ZV.png
    Attached Images Attached Images
    Attached Files Attached Files
    Last edited by lw1990; 01-27-2015 at 12:14 PM.

  2. #2
    Registered User
    Join Date
    01-27-2015
    Location
    Georgia, USA
    MS-Off Ver
    2013
    Posts
    3

    Re: Send emails in outlook from a column of addresses while grabbing row data/changing dat

    I'll be borrowing a script template for sending emails from excel from rondebruin.nl
    Hopefully this will be a good starting point.

    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    01-27-2015
    Location
    Georgia, USA
    MS-Off Ver
    2013
    Posts
    3

    Re: Send emails in outlook from a column of addresses while grabbing row data/changing dat

    The roadblock I'm having is figuring out the syntax for transforming my pseudocode into real code for things like
    Please Login or Register  to view this content.

+ 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. [SOLVED] Search and Flag the Emails in Outlook based on the Data in Excel (Subject column)
    By anchuri_chaitanya in forum Outlook Programming / VBA / Macros
    Replies: 9
    Last Post: 03-17-2012, 12:35 AM
  2. Outlook send email from data in column from excel spreadsheet
    By benasalisbury in forum Outlook Programming / VBA / Macros
    Replies: 10
    Last Post: 03-16-2012, 02:24 AM
  3. Send outlook emails with message in cells to individual emails associated with them
    By abinayan in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-21-2011, 06:11 AM
  4. Send emails to multiple addresses
    By jenksie101 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 07-02-2010, 09:53 AM
  5. Replies: 3
    Last Post: 05-13-2010, 09:53 AM

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