I have around 1000 rows of data. Some cells consist of both Strikethrough and normal characters. I would like to only delete those character that are Strikethrough and keeping the other non-Strikethrough character in those cells. The rest of the cell should also be left untouched.
Example in a cell:
"334(strikethrough) 124"
The code should change the cell value to:
"124"
without deleting the whole cell.
try this
When deleting from
Characters
it's easier to loop right to left: