how can I replace some strings to another in sheet(s) or cells, eg., do replace "this cell value" to "replaced string"?
I can't find anything from this forum or Web.
How to replace strings in sheet?
Re: How to replace strings in sheet?
Hello
To read or write cell values, use:
To read or write cell values, use:
Code: Select all
XLS[0].AsString[Col,Row] := 'replace string';
Lars Arvidsson, Axolot Data