Thread: URL String
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett[_4_] Don Guillett[_4_] is offline
external usenet poster
 
Posts: 2,337
Default 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