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
Safari 'right-click' for "add image to iPhoto" missed
How come when I do a copy run start, my config is always gone after a reload???
BGINFO via GPO server 2008, error loading bgi file even though its all loaded correctly
Localized Date format
Google Analytics
Downgrade to XP
Exchange 2010 and /exchange error
Make list of all changes in the next 5 days
Convert C# to VB
IPSEC VPN vs SSL VPN