View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
M. Authement M. Authement is offline
external usenet poster
 
Posts: 94
Default Problems sending file link in email

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.