View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Zaidan Zaidan is offline
external usenet poster
 
Posts: 3
Default broken hyperlink when I send email uuing outlook2000

I have wrote some vba code that sends email from excell2000 via
outlook2000.
In the email I send is a link to webpage, this link is long (over 80
characters), and the problem the email gets to my customers with
broken hyperlinks. Sometimes broken into two lines and others into
three lines, so the link doesn't work.
The problem is really not with the vba code, because it does it even
when I send it manually.
I think it is a setting within outlook when receiving, or maybe
something else.

Also, I would like to know how I can make this hyperlink just a short
word and it still takes you to the url that I have in mind. In other
words how can someone make any word (i.e. click on this TRACK to see
the status). The word TRACK is a hyperlink with a url that I want my
customer be able to goto.