View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson[_5_] Dave Peterson[_5_] is offline
external usenet poster
 
Posts: 1,758
Default hyperlink with more then 255 characters?

Is this a web link?

Maybe translate it to a smaller string:

http://www.tinyurl.com
http://www.snipurl.com

(But who knows how long those converted URLs will be available???)

Alen32 wrote:

In cell f10 I have address with more than 255 characters.
In cell f11 I wrote this =hyperlink(f10) but doesn't work beceause in
celle f10 is to many character.
Is it possible to solve this problem?


--

Dave Peterson