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
100% CPU usage in vCenter but not in taskmanager on the Windows NT 4.0 VM that has been converted
E72 - How to make email work without activating data services?
I need to accumulate the values in query
Robocopy, security perms and local groups
If table does not exist then
RPC through HTTP keeps prompting for pw on Exchange 2010
I want to make Liberty reserve API
Cannot logon to Windows XP
Please suggest a suitable router
xp pro machine as print server bt cant print from windows 7 PC