+ Reply to Thread
Results 1 to 9 of 9

automatically fill template and create Outlook mail

Hybrid View

  1. #1
    Valued Forum Contributor
    Join Date
    03-22-2013
    Location
    Australia,NSW, Wirrimbi
    MS-Off Ver
    Excel 2013
    Posts
    1,057

    Re: automatically fill template and create Outlook mail

    Hi..
    1. For e.g. a country as United Kingdom in the example file, I have multiple mail addresses in the TO and in the CC line. Is it possible to include all of these addresses in the Outlook mail?
    I added it so 7 Recipients and 2 CC's will be included (as per your uploaded sample file)..

    I added some more vlookups in the "SA" sheet to enable this..

    .To = Sheets("SA").Cells(2, 13).Value & ";" & Sheets("SA").Cells(2, 14).Value & ";" & Sheets("SA").Cells(2, 15).Value & _
                    ";" & Sheets("SA").Cells(2, 16).Value & ";" & Sheets("SA").Cells(2, 17).Value & ";" & Sheets("SA").Cells(2, 18).Value & ";" & Sheets("SA").Cells(2, 19).Value
    .CC = Sheets("SA").Cells(2, 20).Value & ";" & Sheets("SA").Cells(2, 21).Value
    2. If there are multiple lines for 1 country in the "HUB Outbound HTM daily report" sheet, will it create multiple mails at the same time when clicking the "Send Emails" button?
    Yes .. it does that..

    As you can't check on Outlook atm.. see the screenshot..

    shot1.png
    Attached Files Attached Files

+ 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