View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
SkylineGTR SkylineGTR is offline
external usenet poster
 
Posts: 20
Default Is this possible?

Hi,

I would like to be able to do the following:

<a href="c:\test.xls?param1=123&param2=1234" /

so that when clicked "test.xls" opens and extracts param1 and param2
and does some processing with them ... is this possible. If not what
would be the appropriate route to take?

Thanks in advance for any help!