Search found 1 match

by jburks
Tue Dec 01, 2009 9:55 pm
Forum: XLSReadWriteII 3/4/5
Topic: CopySheet exception
Replies: 0
Views: 2298

CopySheet exception

I'm trying to use CopySheet to make a copy of an existing worksheet, but I'm getting the exception "Unknown ptg[00] in AdjustCell". My code is pretty simple: NewSheet := XLSRW.Sheets.Add; XLSRW.CopySheet(CurrSheet.Index, NewSheet.Index); I'm using the trial version if that matters, and I d...