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
Visual Basic ListView / SQL
C# textbox maxlength
How to open new pdf window using struts ?
Unable to retrieve rootDSE of ldap server
Help needed to choose create automated process for data feed FTP upload
Advice on Gbic switches for major network installation
Group Policy not applying to XP Machines
Read all data from a datagridview and copy it to a public array or something like that...
setting SMTP server - please see attached file - it is not working
Access Report - Where Condition