View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
napval napval is offline
external usenet poster
 
Posts: 2
Default Passing Query String into MS Excel

Hello Everyone,

Is it possible to pass query string to an excel file? For example, I have an
MS Excel file hosted at http://www.url.com/excel1.xls. Can I create a link
such as:

http://www.url.com/excel1.xls?name=John Smith

so that when users click on the link, a cell in MS Excel file is populated
accordingly?

Thank you in advanced.