XLSReadWriteII version I use is 5.20.62
When the version attribute set xvExcel2007, execution NameAsString error:
xls.Filename:='c:\test.xlsx';
xls.Read;
xls.NameAsString['myname']:='this is a test';
xls.SaveToFile('c:\test.xlsx');
Debugger Exception Notification:
Range check error
execution NameAsString error
Re: execution NameAsString error
Hello
Please download the latest update (5.20.73) and try with that.
Please download the latest update (5.20.73) and try with that.
Lars Arvidsson, Axolot Data
Re: execution NameAsString error
Thank you, I will to try this.