+ Reply to Thread
Results 1 to 5 of 5

existing macro to send emails to multiple recipents needs fix

  1. #1
    Registered User
    Join Date
    05-27-2012
    Location
    Bangalore
    MS-Off Ver
    Excel 2007
    Posts
    52

    existing macro to send emails to multiple recipents needs fix

    Hi all,

    I have a macro in place that sends emails based on hold codes (column F) to one email address identified in column K however I need add one more field to be addedd as "TO" and three "CC" fields on the email.

    Also, I need to use the default signature while sending emails.

    Could someone kindly help me with this?

    I have attached my template with code on this thread.

    Regards,
    Kiran
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    07-25-2011
    Location
    Florida
    MS-Off Ver
    Excel 2003
    Posts
    9,643

    Re: existing macro to send emails to multiple recipents needs fix

    Put this in Master Sub
    Please Login or Register  to view this content.

    This will preserve the default signature if you have one set up in Outlook for new emails.
    Sub Send_mail() procedure
    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    05-27-2012
    Location
    Bangalore
    MS-Off Ver
    Excel 2007
    Posts
    52

    Re: existing macro to send emails to multiple recipents needs fix

    Thanks Alpha,

    I tried your suggestions but unfortunately I could not have the signature added (may be because, I am not using HTML format for my emails) also,
    whils .send is enabled, outlook is unable to send Emails.

    I have a signature setup for my outlook

    Please help
    Attached Files Attached Files

  4. #4
    Forum Guru
    Join Date
    07-25-2011
    Location
    Florida
    MS-Off Ver
    Excel 2003
    Posts
    9,643

    Re: existing macro to send emails to multiple recipents needs fix

    It works for me using your workbook. My Outlook is set up for plain text. You have to .Display first (before adding the email body text) for it to get the default signature.

    Also, make sure the email address in K2 is only one address with no trailing semicolon ;

    Please Login or Register  to view this content.

  5. #5
    Registered User
    Join Date
    05-27-2012
    Location
    Bangalore
    MS-Off Ver
    Excel 2007
    Posts
    52

    Re: existing macro to send emails to multiple recipents needs fix

    Thanks a lot, its working fine now

+ 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