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
ADFIND, DSQUERY or LDAP Querie for Pulling LastLogOn
Extract date and part of the line from a log file
how can i translate gujarati sentence into english sentence ??
How do I activate a product key for Windows 7 professional on a pushed machine
Running the System Update readiness tool.
SQL Simple syntax issue - based on Group By / Having
There is a problem communicating with the CRM server. The server might be unavailable. Try again later
converting an Exchange/SQL server machine to VM using sysinternals tool
Motherboard driver CD for HCL - P5GD2-TVM/GB/SI
Login control design and Programming