Hi,

I have a macro that saves an excel file and sends it to various recipients. How would I add a hyperlink to the body of the email instead of the actual file itself?


ActiveWorkbook.SendMail Recipients:=Array("Body, Ann E"), _
Subject:="Test Hyperlink"


Thanks in advance.