Bill have you tried the DIF format to print the file. I this sometimes works better than the xls format for printing a document to a spreadsheet.
You just need to rememeber to save as XLS if you want to keep that format. Gary ________________________________ From: Bill Niehaus <[email protected]> To: RBASE-L Mailing List <[email protected]> Sent: Wed, August 17, 2011 9:49:00 PM Subject: [RBASE-L] - Printing to Excel 97-2003 Workbook I am printing a report to an Excel file and it works fine to create a file for Excel 5.0/95 Workbook. This is my command: PRINT exceloutReport WHERE trial = .vtrialtxt ORDER BY plotnum OPTION xls | FILENAME .vfile | OPEN ON Is there a way to have the file compatible with Excel 97-2003 Workbook? We are using the files on a handheld data recorder that uses Documents to Go and need to convert them to Excel 97 with Excel. Thanks. Bill Niehaus

