tcopycelloptions definition
Posted: Fri Jan 09, 2009 1:32 pm
Hello,
I need to perform a simple task: remove all formulas on sheet but keeping values. The simplest way to do this in Excel is Select All, copy, copy special and only values. I think this could work just fine in XLSReadWrite but I'm facing a problem: TCopyCellOptions is not defined.
XLS.CopyCells(0,0,0,10,100,0,0,0,[ccoCopyValues]);
and "ccoCopyValues" is undeclared identifier. I've done content search of all component files without results. Usually this kind of problem is resolved by adding files to USES clause.
Thanks,
Axel.
BTW: any other options to do the job?
I need to perform a simple task: remove all formulas on sheet but keeping values. The simplest way to do this in Excel is Select All, copy, copy special and only values. I think this could work just fine in XLSReadWrite but I'm facing a problem: TCopyCellOptions is not defined.
XLS.CopyCells(0,0,0,10,100,0,0,0,[ccoCopyValues]);
and "ccoCopyValues" is undeclared identifier. I've done content search of all component files without results. Usually this kind of problem is resolved by adding files to USES clause.
Thanks,
Axel.
BTW: any other options to do the job?