Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
I am attempting to send an email notification to a group of people through Excel VBA. I want to include a link to the Excel file in the body of the email to enable quick access. The problem is that there are spaces in a folder name, and in the file itself, and the "link" stops at the first space it encounters. The entire path/filename is there, but the underlined link stops at the first space. How do I fix this? TIA for your help. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi M. Authement
See this Outlook example http://www.rondebruin.nl/mail/tips2.htm You can also send links in the body ..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 "M. Authement" wrote in message ... Hi all, I am attempting to send an email notification to a group of people through Excel VBA. I want to include a link to the Excel file in the body of the email to enable quick access. The problem is that there are spaces in a folder name, and in the file itself, and the "link" stops at the first space it encounters. The entire path/filename is there, but the underlined link stops at the first space. How do I fix this? TIA for your help. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
DOH!!! I was using your site as a reference and I completely missed your
example with spaces. Thank you! "Ron de Bruin" wrote in message ... Hi M. Authement See this Outlook example http://www.rondebruin.nl/mail/tips2.htm You can also send links in the body .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 "M. Authement" wrote in message ... Hi all, I am attempting to send an email notification to a group of people through Excel VBA. I want to include a link to the Excel file in the body of the email to enable quick access. The problem is that there are spaces in a folder name, and in the file itself, and the "link" stops at the first space it encounters. The entire path/filename is there, but the underlined link stops at the first space. How do I fix this? TIA for your help. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sending file to Vista PC via email | Excel Worksheet Functions | |||
trouble sending a file as attachment to email from Excel | Excel Discussion (Misc queries) | |||
Sending Difft Sheet as a seperate file thru email | Excel Worksheet Functions | |||
How to link to an Excel file when sending an email in Outlook? | Excel Discussion (Misc queries) | |||
Problems with sending eMail by SMTP | Excel Programming |