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
Porting IP Range when changing ISP
deployoing ecconect application
XSL and underline
Export Input data (survey) to Excel in ASP.NET form
Javascript - output date and time
how to stop sql execution on refreshing a page or closing a browser
VLAN Configuring on a Powerconnect 5324
read 3 first characters of a string
Export data from a ODBC table
Change Button Text in Gridview