I have a table with two columns and "x" number of rows.
In the 2nd column is formatted text which I would like to change to unformatted text.
The manual way of doing so is:
Select the whole cell in the 2nd column » Cut » Click Edit » Click Paste Special » Click Unformatted
The idea is to paste the unformatted text back into the cell it was Cut from and then move down to the cell below.
I would really appreciate some code that can apply this to all the cells in the 2nd column of a table.