View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default What is maximum length of URL?

When there are limitations on strings, it is usually 255.

--
Regards,
Tom Ogilvy

"Kiloran" wrote in message
...
I'm using Excel 2002

I have a statement: workbooks.open(url)
where url is a string of the form "http:\\xxxxxxx"

What is the maximum length of url? It looks like it may be limited to 255
characters

--Kiloran