View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Kevin B
 
Posts: n/a
Default What is the command-line print switch in Excel?

The only command line switches that I know of are /r for read-onoyo, /e to
prevent the display of the startup screen and a blank workbook, and /p to
specify the working folder path.

I don't believe you initiate and Excel print job from the command line.
--
Kevin Backmann


"eeidfn" wrote:

Opening Excel 2003 from the command-line as follows works:
"C:\Program Files\Microsoft Office\OFFICE11\EXCEL.EXE" /e C:\excelFile.xls

But how do I print from the command-line?

Thanks.