Application.Documents.Open has URL size limitation

A

avarghese

Hi,

My application inserts html tables from queries to the database. The queries
are executed via asp pages. So, from Word, I execute these asp pages using
the .Open method. However, in certain situations, the URL for these asps can
be more than 255 characters. I think the 255 char limitation is meant for
files on the windows operating system. But I'm not trying to open a file but
am indirectly trying to open an Html document. Can someone help me find a
workaround for this limitation and insert my document into Word?

Thanks
Al
 
Top