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: d2020 **
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: d2020 **
MDeLeaon, (and others)
Would explain to what the var "c" is?
And I am not familiar with the => operator, I'm curious.
I think most important - would you convert this line to VB.
I see the parameter defined as "predicate As System.Func(Of ClosedXML.Excel.IXLCell,Boolean)) As ClosedXML.Excel.IXLCells
I'm just not sure where to go from here.
Any explanation or direction is greatly appreciately.
Thx,
Max