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
Converting xcel files to html
Identifying creator of fake facebook page
Factory defaults on a linksys WAG 120N Modem Router
Wireless Access Point - Hard Plastics Protective Cover
Previous Month-end Date based on Date in Text Box
rsync with One host in DMZ
How do I combine two separate powerpoint template files into one?
SCCM Software Report By Major Revision
FreeNAS NIC teaming
Problem: Website SSL/TLS issue causing "Internet Explorer cannot display the webpage." to be displayed.