PC Review


Reply
Thread Tools Rate Thread

Display File path as hyperlink in outlook

 
 
sam
Guest
Posts: n/a
 
      2nd Nov 2009
How can I display file path as hyperlink in outlook body?

I have a userform that saves the userinputs in a new excel file at location
"C:\My Documents\User Files" when user clicks "Submit"

I want to email the users with the path of the file as a hyperlink, so user
can click on the link in the email body and navigate to that file. Here is
what I have so far. But i guess the spaces between the folder names and file
name is an issue to get it work as link

With OutMail
.to = "(E-Mail Removed)"
.CC = ""
.BCC = ""
.Subject = "Hyperlink test "
.Body = "Hyperlink: " & "C:\Documents" & Me.FileName.Value

..Send


Thanks in advance
 
Reply With Quote
 
 
 
 
Ron de Bruin
Guest
Posts: n/a
 
      2nd Nov 2009
Hi Sam

Please stay in your original thread

--

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


"sam" <(E-Mail Removed)> wrote in message newsFAF7F31-5EC5-4CEA-8510-(E-Mail Removed)...
> How can I display file path as hyperlink in outlook body?
>
> I have a userform that saves the userinputs in a new excel file at location
> "C:\My Documents\User Files" when user clicks "Submit"
>
> I want to email the users with the path of the file as a hyperlink, so user
> can click on the link in the email body and navigate to that file. Here is
> what I have so far. But i guess the spaces between the folder names and file
> name is an issue to get it work as link
>
> With OutMail
> .to = "(E-Mail Removed)"
> .CC = ""
> .BCC = ""
> .Subject = "Hyperlink test "
> .Body = "Hyperlink: " & "C:\Documents" & Me.FileName.Value
>
> .Send
>
>
> Thanks in advance

 
Reply With Quote
 
Barb Reinhardt
Guest
Posts: n/a
 
      2nd Nov 2009
Again, you'll have to enter the html to get the hyperlink. Once you figure
it out for the other question, this will be answered as well.

HTH,
Barb Reinhardt



"sam" wrote:

> How can I display file path as hyperlink in outlook body?
>
> I have a userform that saves the userinputs in a new excel file at location
> "C:\My Documents\User Files" when user clicks "Submit"
>
> I want to email the users with the path of the file as a hyperlink, so user
> can click on the link in the email body and navigate to that file. Here is
> what I have so far. But i guess the spaces between the folder names and file
> name is an issue to get it work as link
>
> With OutMail
> .to = "(E-Mail Removed)"
> .CC = ""
> .BCC = ""
> .Subject = "Hyperlink test "
> .Body = "Hyperlink: " & "C:\Documents" & Me.FileName.Value
>
> .Send
>
>
> 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
Display file path as hyper link in outlook email body sam Microsoft Excel Programming 1 9th Nov 2009 08:33 PM
HELP: email file path as a hyperlink in outlook body sam Microsoft Excel Programming 9 3rd Nov 2009 09:46 PM
How to display the path if someone clicks a hyperlink or button that moves to a page that is not in the SiteMap. AAaron123 Microsoft ASP .NET 0 15th May 2009 02:25 AM
Hyperlink in cell to path/file name MikeF Microsoft Excel Programming 4 12th Apr 2009 09:24 PM
How do I display the full file path for a hyperlink in Office 2003 =?Utf-8?B?V29ydGh5?= Microsoft Excel Misc 6 25th Jun 2006 04:19 PM


Features
 

Advertising
 

Newsgroups
 


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