View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ed Ed is offline
external usenet poster
 
Posts: 279
Default Pass parameters to Workbook from hyperlink


Is there a method of passing a parameter to excel to the workbook_open from
a hyperlink in a web page?

I have seen samples passing the sheet name in the hyperlink to get the
workbook to open to the specified worksheet, but how would additional values
be passed?

Thanks.