=hyperlink() for mailto:

R

README

Dear All,

is there a way to use the function =HYPERLINK() with URL longer than 220
characters?

I did tryied a lot but it returns #ERROR and the link does not work anymore
until I reduce string size.

Try it yourself:

A1 (positive integer)
A2 (one or more characters)
B1=REPT(A2,A1)
B2="mailto:name@server?body="&CHAR(34)&B1&CHAR(34)
(CHAR(34) is double quotes)
C1=HYPERLINK(B2;"Click Here")

I'm Excel97 Portuguese, I don't know if the function names is the same as
exemplified above on another languages.

Suggestions wellcome!

TIA & Regards,

readme dot txt zero bytes size
 
R

README.TXT

Hi Dave, It wasn't exactly the case - because I'm not good at VB - but
already helped!
Thanks 4 all

readme
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top