Hi Guys

i am wrighting a macro that will write an email for me

i can manage this now but i would like to include some hyperlinks in this email

this is the body of the mail.

  strbody = "Hi " & vbNewLine & vbNewLine & _
              "Some new FDX data has been downloaded" & Customer & Sender & vbNewLine & _
               vbNewLine & _
              "The data is stored at this File Path:" & vbNewLine & _
              FilePath & vbNewLine
FilePath will be where the file is stored and i would like this to be a hyper link

is there a way to do this?