in reply to Re: Printing spreadsheets
in thread Printing spreadsheets

Thanks for that. Using one of the references and recording a macro in Excel, I found that the following worked.
$excel = CreateObject OLE "Excel.Application"; $workbook = $excel -> Workbooks -> Open(file name); $workbook->PrintOut();