Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change 3 letter text string to a number string | Excel Discussion (Misc queries) | |||
counting the number of instances of a string within another string | Excel Worksheet Functions | |||
How do I replace last numeric string from a alphanumeric string? | Excel Discussion (Misc queries) | |||
to search for a string and affect data if it finds the string? | Excel Worksheet Functions | |||
Create a formula into a String then assign string to a cell | Excel Programming |