View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
RickH RickH is offline
external usenet poster
 
Posts: 3
Default How to launch excel spreadsheet and load xml file from cmd line?

I have an Excel 2003 spreadsheet that has a form in it that has XML fields
in it.
I need to launch the spreadsheet from a command line and have it load the
XML file to fill out the fields.

If I simply use the spreadsheet name followed by the XML file name, the API
call getcommandline simply returns "excel /e "

I can't find any reference to Excel command line switched that might help me.
Any ideas?