Results 1 to 10 of 10

default email signature

Threaded View

  1. #2
    Forum Expert Arkadi's Avatar
    Join Date
    02-13-2014
    Location
    Smiths Falls, Ontario, Canada
    MS-Off Ver
    Office 365
    Posts
    5,059

    Re: default email signature

    Not 100% sure but I believe the signature is in the email until you set the .body property, which overwrites.. so try this:

    With CreateObject("Outlook.Application").CreateItem(0)
                        .display
                        signature = .Body
                        .To = Sheets("Data").Range("B122").Value
                        .Subject = title
                        .Body = "Please confirm the outcome for" & Chr(13) & _
                        Chr(13) & _
                        "Surname - " & Sheets("Data").Range("B4").Value & Chr(13) & _
                        "Forenames - " & Sheets("Data").Range("B124").Value & Chr(13) & _
                        "Date of Birth - " & Sheets("Data").Range("B10").Value & Chr(13) & signature & _
                         .Display
    Last edited by Arkadi; 07-07-2015 at 03:26 PM.
    Please help by:

    Marking threads as closed once your issue is resolved. How? The Thread Tools at the top
    Any reputation (*) points appreciated. Not just by me, but by all those helping, so if you found someone's input useful, please take a second to click the * at the bottom left to let them know

    There are 10 kinds of people in this world... those who understand binary, and those who don't.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Excel VBA code for saving PDF to file & adding default signature to Email
    By bdouglas1011 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-02-2014, 01:54 AM
  2. generating automatic email with default signature and hyperlink
    By jerrydiaz in forum Outlook Programming / VBA / Macros
    Replies: 0
    Last Post: 04-24-2014, 11:55 AM
  3. Email macro, include variable in body & add default outlook signature
    By promithius in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-13-2013, 09:05 AM
  4. send selected range in email with default outlook email signature included
    By mdsickler in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-04-2013, 10:50 PM
  5. Unable to link default email signature to email
    By paxile2k in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-15-2010, 06:52 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