View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Prefers Golfing Prefers Golfing is offline
external usenet poster
 
Posts: 1
Default passing value to excel 2007 document solution on web server

I have created an Excel workbook customization with vsto 2008 and have
published it to one of our intranet servers. All is good, however, I need to
pass a value to that that workbook so that it loads with the appropriate
data. Is there a way to do this?

Tried http://OurIntranetServer/MyExcelWork...sx%20/e/12345/
and hoped to capture the command line arguments. Didn't work. Thanks.