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
Cannot renew IP address on WinXP
set virtual host on Apache2.2 and PHP 5.3
How to Use Abandoned Local Profile From Different Domain
Remote Desktop Connection to Windows SBS 2008
Set Java Class toString name?
Sort columns in pivot table.
Router disconnect when 2 pcs are connected
XP Pro SP 3 - Ordinal 423 could not be located in the dynamic link library urlmon.dll
Is there a way to use the recovery partition to reinstall the OS if the drive won't boot or put it on a new hard drive?
Hyper v full Installation remote administration issues