will there be a function on the workbook or the worksheet to replace a given string?
it could look something like that :
workbook.replace("what you search", "what you want to replace it with");
I could do it but i think my program would lose a lot of time to do it.
Comments: ** Comment from web user: MDeLeon **
it could look something like that :
workbook.replace("what you search", "what you want to replace it with");
I could do it but i think my program would lose a lot of time to do it.
Comments: ** Comment from web user: MDeLeon **
c is for cell. Lookup c# lambdas to know what '=>' is.