View Single Post
  #3  
Old October 7th 08, 09:41 PM posted to microsoft.public.outlook.program_vba
Ben
external usenet poster
 
Posts: 57
Default Hyperlink breaks when there's a space

Sue,

Thanks so much. It worked.

Ben

--



"Sue Mosher [MVP-Outlook]" wrote:

Try using a valid URL, replacing spaces with %20 e.g.

a href ="file://\\SERVER\Path\Month%20Year\SomeExcelFile.xls"

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54




"Ben" wrote:

All -

I tried to paste the following link in an Outlook mail, but the link breaks
where the space, between Month Year? This is actually an UNC path to an
Excel file, I can't rename the directory name, I am not the owner. Can you
share with me how I can go around this?

Thanks,

Ben


head
titleUntitled Page/title
/head
body
a href =\\SERVER\Path\Month Year\SomeExcelFile.xls Some Excel file /a
/body
/html

--

Ads