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
The following recipient(s) cannot be reached
Apache authentication using the GET method. Is it possible?
fortigate 60b, add second subnet needs internet - easy
Ho Do you Create a timeline Planner/diary in vb.net
The Microsoft Firewall service terminated with service-specific error 126 (0x7E).
Help with mysql delete duplicates query
which one is best ?
vbscript to extract "logon as a batch" "logon as a service" from a list of Servers
iSCSI target status dead - ESXi 4
Setting up Domain Trusts