Hi Larsa,
Any update?
Thanks.
Search found 3 matches
- Tue Aug 19, 2014 9:43 am
- Forum: XLSReadWritwII 6
- Topic: Microsoft Office Excel did not find anything to print
- Replies: 4
- Views: 3665
- Tue Jul 22, 2014 2:27 am
- Forum: XLSReadWritwII 6
- Topic: Microsoft Office Excel did not find anything to print
- Replies: 4
- Views: 3665
Re: Microsoft Office Excel did not find anything to print
Hi Larsa, I use below procedure to automate the creation worksheet(s). procedure XLSRWDefineWorkSheet(const workSheetName: array of string; bDeletedSheet1: Boolean = True); var loop, subLoop, nWorkSheetIndex: integer; isWorkSheetExist: Boolean; begin nWorkSheetIndex := XLSRW.Count - 1; // add worksh...
- Fri Jun 13, 2014 9:31 am
- Forum: XLSReadWritwII 6
- Topic: Microsoft Office Excel did not find anything to print
- Replies: 4
- Views: 3665
Microsoft Office Excel did not find anything to print
Hi, I encounter error 'Microsoft Office Excel did not find anything to print' while trying to 'print preview' generated file in xls format. Error will not emerge if the file extension is .xlsx. Right click the generated worksheet, select move and copy then cancel will enable the print preview but my...