Results 1 to 10 of 28

Thread: Automatic sort due date and send email

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #27
    Fuhrer, Vierte Reich DocAElstein's Avatar
    Join Date
    Aug 2014
    Posts
    10,457
    Rep Power
    10
    Hi Thai,
    Quote Originally Posted by Thainguyen
    Here is the code I am use to attached hyperlink to email outlook. Please review and you might can use it. I am using the server at work to save the file so I don't use online.
    …….
    Thanks for the VBA Outlook codes that you have supplied.
    I have put the codes here for future reference:
    http://www.excelfox.com/forum/showth...0700#post10700
    http://www.excelfox.com/forum/showth...0690#post10690

    It appears that you are using this sort of code part for your hyperlink

    "<A HREF=""file://" & Path & fileName & ".xlsm" & """>Files are saved here</A>"
    Or
    "<A HREF=""file://" & ActiveWorkbook.FullName & """>Link to the file</A>"

    ( In my last code I suggested this <A HREF=""https://app.box.com/s/8pm9ciujbshtk8wvicm7vat565lx25s0"">File is here</A> )

    You appear to be using the full path to an Excel file as the path for the hyperlink. I do not understand this
    As I mentioned in post #24 ( http://www.excelfox.com/forum/showth...0726#post10726 ) , I do not understand how that can work


    Possibly, if this does work for you, then it is some unique feature of Outlook. I do not know. I do not understand how this can work.
    I do not have Microsoft Outlook. I do not have any knowledge of Microsoft Outlook. I have no experience of Microsoft Outlook.

    _.___________________
    Do the Outlook VBA codes that you gave me work?
    If so, when a Member of your team click the hyperlink, then what happens???

    _._____________
    You could try changing the in my code, with one of your hyperlinks.
    Maybe this will work for you.
    In the next 2 test file , ( TestFullHeaderandFullRowsThursday7thJuneLink ExcelFile1.xlsm and TestFullHeaderandFullRowsThursday7thJuneLink ExcelFile2.xlsm , I send to you private) , I have simple changed the
    this <A HREF=""https://app.box.com/s/8pm9ciujbshtk8wvicm7vat565lx25s0"">File is here</A>
    with
    <A HREF=""file://" & ThisWorkbook.FullName & """>File is here</A>"
    or
    <A HREF=""file:///" & ThisWorkbook.FullName & """>File is here</A>"

    When I receive the Email in German Telekom or gmail, and I click on the link, then nothing happens.

    So I am not sure how to proceed currently

    Alan
    Last edited by DocAElstein; 06-25-2018 at 10:15 AM.
    ….If you are my competitor, I will try all I can to beat you. But if I do, I will not belittle you. I will Salute you, because without you, I am nothing.
    If you are my enemy, we will try to kick the fucking shit out of you…..
    Winston Churchill, 1939
    Save your Forum..._
    KILL A MODERATOR!!

Similar Threads

  1. Replies: 1
    Last Post: 06-28-2014, 11:31 AM
  2. Find the value of the due date falls between two dates
    By mahmoud-lee in forum Excel Help
    Replies: 2
    Last Post: 03-14-2014, 10:48 AM
  3. Replies: 4
    Last Post: 02-03-2014, 07:01 PM
  4. Replies: 1
    Last Post: 11-20-2013, 09:14 AM
  5. Replies: 2
    Last Post: 05-23-2013, 08:08 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •