Thread
:
URL String
View Single Post
#
2
Posted to microsoft.public.excel.programming
Don Guillett[_4_]
external usenet poster
Posts: 2,337
URL String
You could put part in a string called x
x="dddkjkjllkjljlkj;lksjdalkdjfeljeeklje"
url="jkjljlkjlkjklj" & x
or in the middle
url="ddkjlkjljlj" & x & "kjlkjj;jj;ljj'"
--
Don Guillett
SalesAid Software
"Q" wrote in message
...
does anyone know, if its possible, how to extend an URL
string past 1,034 characters. right now the limit i have
is 1,034 characters if anyone knows a way i can exceed
that number without sending it as an attachment, it would
be greatly appreciated, thanks in advance.
~q
Reply With Quote
Don Guillett[_4_]
View Public Profile
Find all posts by Don Guillett[_4_]