PC Review


Reply
Thread Tools Rate Thread

Display file path as hyper link in outlook email body

 
 
sam
Guest
Posts: n/a
 
      9th Nov 2009
How can I display this as hyper link in my email body?

"c:\My Documents\" & Me.FileName.value

I am not able to display the whole thing as a link as there are spaces between
"My" and "Documents"

I have posted this earlier and they suggested me to user html body, But can
someone point where to find info on html body?

Note: "c:\My Documents\" & Me.FileName.value - is a location where the file
is saved with the "FileName.value" field that is on the userform.

THanks in advance
 
Reply With Quote
 
 
 
 
Ron de Bruin
Guest
Posts: n/a
 
      9th Nov 2009
Have you try this

.Body = "file://Yourcomputer/YourFolder/Week2.xls"

If there are spaces use %20
.Body = "file://Yourcomputer/YourFolder/Week%202.xls"


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"sam" <(E-Mail Removed)> wrote in message news:1051F206-FAE9-471F-A3C2-(E-Mail Removed)...
> How can I display this as hyper link in my email body?
>
> "c:\My Documents\" & Me.FileName.value
>
> I am not able to display the whole thing as a link as there are spaces between
> "My" and "Documents"
>
> I have posted this earlier and they suggested me to user html body, But can
> someone point where to find info on html body?
>
> Note: "c:\My Documents\" & Me.FileName.value - is a location where the file
> is saved with the "FileName.value" field that is on the userform.
>
> THanks in advance

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
HELP: email file path as a hyperlink in outlook body sam Microsoft Excel Programming 9 3rd Nov 2009 09:46 PM
show attachment file path as link in message body sd Microsoft Outlook Program Addins 3 4th Nov 2008 03:06 PM
creating hyper link in Email. =?Utf-8?B?Sm9u?= Microsoft Outlook Discussion 2 27th Jul 2007 08:58 PM
display photos received in email body using outlook =?Utf-8?B?SnVsaWVC?= Microsoft Outlook Discussion 2 15th Mar 2007 09:25 AM
Why can't I insert a link to a file in the body an email? =?Utf-8?B?U2xn?= Microsoft Outlook Discussion 1 17th Jan 2005 08:52 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:31 PM.