execution NameAsString error

Questions and answers on how to use XLSReadWriteII 5.
Post Reply
diycool
Posts: 2
Joined: Mon Apr 11, 2016 1:00 pm

execution NameAsString error

Post 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
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: execution NameAsString error

Post by larsa »

Hello

Please download the latest update (5.20.73) and try with that.
Lars Arvidsson, Axolot Data
diycool
Posts: 2
Joined: Mon Apr 11, 2016 1:00 pm

Re: execution NameAsString error

Post by diycool »

Thank you, I will to try this.
Post Reply