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
Finding file owner - getting an error: identity references could not be translated
Gigabit motherboard but only running 100 Mbps on LAN
Google Adword
Updating Secondary MX Records
Internet Explorer Nonfunctional After IE8 Upgrade
I am looking forward to learn about JSF with ICEfaces
Mouseover on div.a changes layout of div.b (pure CSS)
How can I prevent my object being overwritten in a for loop?
Virtual Deskop and VMView Client question...
CSS works locally but not on server