+ Reply to Thread
Results 1 to 2 of 2

Excel send e-mail with two attachment

  1. #1
    Registered User
    Join Date
    07-09-2013
    Location
    brazil
    MS-Off Ver
    Excel 2003
    Posts
    2

    Excel send e-mail with two attachment

    Hi,

    I'm using this command to send an e-mail with one attachment and it work's

    varfile= path and file name.

    MailFromMacWithMail bodycontent:=ThisWorkbook.Sheets("Mailing list").Range("d" & i).Value, _
    mailsubject:=ThisWorkbook.Sheets("Mailing list").Range("c" & i).Value, _
    toaddress:=ThisWorkbook.Sheets("Mailing list").Range("b" & i).Value, _
    ccaddress:="", _
    bccaddress:="", _
    attachment:=VarFile, _
    displaymail:=False

    but now I need send two or more attached files. How can I do this?

  2. #2
    Forum Contributor
    Join Date
    11-25-2010
    Location
    Glasgow, Scotland
    MS-Off Ver
    Excel 2007
    Posts
    120

    Re: Excel send e-mail with two attachment

    You should check out this site it has lots of info on mailing from Excel.

    http://www.rondebruin.nl/win/section1.htm
    If the post was helpful please click the black star on the bottom left to add some reputation and mark your thread as SOLVED.

    A day with nothing new achieved or learned, albeit however small, is a day lost forever?

    Constant Never Ending Improvement

+ 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