+ Reply to Thread
Results 1 to 6 of 6

Insert hyperlink in email

  1. #1
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Insert hyperlink in email

    I frequently send emails (from Outlook) like this:

    Kenny, Tim,

    [Some document name] is on the share.


    I copy the path on the share, select the words "on the share" in the email, right-click, select Hyperlink, and paste from the clipboard into the Address textbox. A macro would be handy.

    Outlook uses Word as an editor, and this does what I want in Word:

    Please Login or Register  to view this content.
    I'd be grateful if some kind soul would show me how to code it for Outlook.

    Cross-posted at https://www.mrexcel.com/board/thread...email.1190042/
    Entia non sunt multiplicanda sine necessitate

  2. #2
    Forum Expert rorya's Avatar
    Join Date
    08-13-2008
    Location
    East Sussex, UK
    MS-Off Ver
    365 Ent Monthly Channel / Insiders Beta
    Posts
    8,903

    Re: Insert hyperlink in email

    I think something like this would be the literal equivalent:

    Please Login or Register  to view this content.
    Rory

  3. #3
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Insert hyperlink in email

    That looks great, Rory, thank you. Creating the DataObject object (which worked in Word) failed in Outlook, so I recoded as below and added a reference:

    Please Login or Register  to view this content.
    I was sure that was going to work, but the Hyperlinks.Add statement failed: "Object doesn't support this property or method." Got any magic for that?

    If it matters, the message is in HTML format.
    Last edited by shg; 12-13-2021 at 02:07 PM.

  4. #4
    Forum Expert rorya's Avatar
    Join Date
    08-13-2008
    Location
    East Sussex, UK
    MS-Off Ver
    365 Ent Monthly Channel / Insiders Beta
    Posts
    8,903

    Re: Insert hyperlink in email

    It should just be:

    Please Login or Register  to view this content.
    rather than:

    Please Login or Register  to view this content.

  5. #5
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Insert hyperlink in email

    Of course, thank you.

    I find the property naming odd that Inspector.WordEditor returns a Word document rather than the application object.

    Thank you again, Rory.

    Final code posted below for anybody that doesn't want to do their own edits.
    Please Login or Register  to view this content.

  6. #6
    Forum Expert rorya's Avatar
    Join Date
    08-13-2008
    Location
    East Sussex, UK
    MS-Off Ver
    365 Ent Monthly Channel / Insiders Beta
    Posts
    8,903

    Re: Insert hyperlink in email

    Quote Originally Posted by shg View Post
    I find the property naming odd that Inspector.WordEditor returns a Word document rather than the application object.
    As do I! (but then there’s nothing normal about Word)

+ 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. Insert hyperlink to file in vba generated email?
    By skhan5427 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-09-2020, 07:19 PM
  2. Replies: 1
    Last Post: 12-23-2014, 07:39 PM
  3. how to insert a hyperlink in an email generated using VBA?
    By mekha in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-08-2014, 02:24 PM
  4. [SOLVED] insert a hyperlink into an excel cell to refer to a specific email in outlook
    By Joe McLoughlin in forum Excel General
    Replies: 3
    Last Post: 08-03-2012, 05:25 PM
  5. [SOLVED] Insert Hyperlink And Send Email
    By Shahid_Excel in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 04-05-2012, 09:49 AM
  6. [SOLVED] how to insert an email hyperlink in an excel header
    By need help in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 06-05-2006, 03:00 AM
  7. Insert Hyperlink in body of email
    By MAYDAY in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-04-2005, 12:15 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