Hello,
can someone tell me, what is meant with this error message? ("Illegal ptgs")
It is raised when using InsertRows either on TxlsWorksheet or on TXlsReadWriteII5, the second time it is used. And it seems to happen only with the new Format (xlsx)
Best regards,
MLG
Search found 5 matches
- Tue Feb 16, 2016 8:25 am
- Forum: XLSReadWritwII 6
- Topic: Illegal ptgs
- Replies: 1
- Views: 2439
- Fri Jan 23, 2015 2:54 pm
- Forum: XLSReadWritwII 6
- Topic: Copying MergedCells from 1 Sheet to another -> invalid?
- Replies: 4
- Views: 4071
Re: Copying MergedCells from 1 Sheet to another -> invalid?
I use CopySheet, the problem is that it doesn't copy the merged cells, that is why I wrote this function, whicht merges the cell on the copied sheet but gives me a warning on opening of the workbook.
- Tue Jan 06, 2015 12:47 pm
- Forum: XLSReadWritwII 6
- Topic: Copying MergedCells from 1 Sheet to another -> invalid?
- Replies: 4
- Views: 4071
Copying MergedCells from 1 Sheet to another -> invalid?
Hello I try to copy the contents of a sheet to a new sheet in the same workbook, but the merged cells are not copied, so I try to manually copy them. The problem is, that when I open the resulting xlsx-file, Excel tells me that there is unreadable data in the file and if it should correct them. Once...
- Fri Feb 01, 2013 10:06 am
- Forum: XLSReadWriteII 3/4/5
- Topic: Function (SUM) not beeing extended on inserting new rows
- Replies: 2
- Views: 7632
Re: Function (SUM) not beeing extended on inserting new rows
Thank you, I'll try that then
- Thu Jan 31, 2013 1:32 pm
- Forum: XLSReadWriteII 3/4/5
- Topic: Function (SUM) not beeing extended on inserting new rows
- Replies: 2
- Views: 7632
Function (SUM) not beeing extended on inserting new rows
Hello, I'm using Version 4.00.58. e.g.: I have a function SUM(A2:A5) in an existing Sheet. I then try to insert a new row between A2 and A5. I expect the Function to extend the range to SUM(A2:A6) automatically, but that doesn't happen. The function remains the same, no matter at what position I ins...