Page 1 of 1

execution NameAsString error

Posted: Mon Apr 11, 2016 1:17 pm
by diycool
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

Re: execution NameAsString error

Posted: Tue Apr 12, 2016 1:51 pm
by larsa
Hello

Please download the latest update (5.20.73) and try with that.

Re: execution NameAsString error

Posted: Tue Apr 12, 2016 3:43 pm
by diycool
Thank you, I will to try this.