Within one column (F) cells, I have information containing HTML coding such as html, body, div align, etc.
I got rid of those by Finding <*> and replacing with nothing.
However, now within the cells, there are unnecessary lines which need to be removed.
Cell F2 contains the following:
[blank line]
Text 1,2,3,4
[blank line]
Text 5,6,7,8
[blank line]
[blank line]
[blank line]
What I want to fix is to eliminate the blank lines at the beginning and end of the cell information:
Text 1,2,3,4
[blank line]
Text 5,6,7,8
Bookmarks