+ Reply to Thread
Results 1 to 7 of 7

send an email with logo embedded

  1. #1
    Forum Contributor
    Join Date
    06-24-2013
    Location
    philippines
    MS-Off Ver
    Excel 2007
    Posts
    199

    send an email with logo embedded

    hi

    i have an existing macro which sends email to different email address. template can be found in emailbody1. my problem is i need to put a logo on top of the email message and another picture before the signature.

    can anybody help me modify the macro so that when the mails are generated, the logo and pictures can be seen in the email message itself? not as an attachment.

    appreciate your help in advance
    Attached Files Attached Files

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,486

    Re: send an email with logo embedded

    In an example I made, I use the following routines:

    Please Login or Register  to view this content.

    rBody and rFooter are Named Ranges which contain cells used to build the body and footer respectively.

    The first cell in rBody contains something like:

    PHP Code: 
    <img src='file://C:\Users\...\Documents\...\Images\...image name ....jpg'
    The second cell contains

    PHP Code: 
    <html><body style='font-family:Calibri;font-size:15px;'

    Similarly for the first cell in rFooter:

    PHP Code: 
    <img src='file://C:\Users\...\Documents\...\Logos\Logo Combo Red 200 x 100.jpg'

    In other words, you will need to add HTML code to the body to add links to the images that you want to include.

    Regards, TMS
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,238

    Re: send an email with logo embedded

    And bear in mind that whoever is reading the email will likely need access to where the pictures are stored

  4. #4
    Forum Contributor
    Join Date
    06-24-2013
    Location
    philippines
    MS-Off Ver
    Excel 2007
    Posts
    199

    Re: send an email with logo embedded

    hmmmmm... can somebody explain to me where i will put the above codes in my existing macro? i am just a newbie in macros and i have no idea where to insert above codes...

    also, is there a way that email recipient can see the pictures even if they do not have access to my pc? note that my emails are being sent in spain while i am in the philippines...

  5. #5
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,238

    Re: send an email with logo embedded

    Yes, host them online

  6. #6
    Forum Contributor
    Join Date
    06-24-2013
    Location
    philippines
    MS-Off Ver
    Excel 2007
    Posts
    199

    Re: send an email with logo embedded

    any other option for me? please

  7. #7
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,238

    Re: send an email with logo embedded

    There isn't. If you want people to see images in your email, you either need to attach them to the email and embed them (which is painful) or put them online and link to them

+ 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. Workflow with signatures (if cell=x then send email, if signed then send email)
    By Kate2811 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-25-2014, 05:37 AM
  2. VBA to create email and include embedded picture logo
    By dancing-shadow in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-28-2014, 06:20 AM
  3. Send New Email W/ Body of Received Email, Then Delete Sent Email
    By edneal2 in forum Outlook Formatting & Functions
    Replies: 2
    Last Post: 07-01-2013, 12:45 AM
  4. [SOLVED] VBA to send embedded image in email body- NOT USING THE ORGINAL IMAGE SOURCE
    By Coreyusa in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 06-27-2013, 06:48 PM
  5. Macro, Send to Multiple email, embedded file, title from cells, help
    By vmasia in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 02-22-2012, 02:33 PM

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