Microsoft
Software
Hardware
Network
Question : Excel VBA
I have a piece of code which automatically creates emails from excel vba.
One part of the pasted code into the email text body is the full path name of the excel file.
I would like to paste it into th eemail text body as a hyperlink, is there something special i much set to change it property?
Answer : Excel VBA
.Body = "The attached status sheet has been updated" & vbNewLine & vbNewLine & ThisWorkbook.FullName
to
.Body = "The attached status sheet has been updated" & vbNewLine & vbNewLine & "file:///" & Replace(ThisWorkbook.FullN
ame, "\", "/")
Random Solutions
Get World Cup ticket in reasonable price
Generate Excel Charts by offsetting series
MS Excel, dynamic graph.
RAID Configuration for SQL Server 2008 Enterprise R2
How to fix - File system full on disk - error during reboot?
Exchnage database restoration
Custom control communicating an event to parent form
Serious logon issue
Compact and repair doesn't work on a shared folder
External Monintor won't work w/ Toshiba laptop; it USED to; fn (f5) doesn't "stick"