I have cells within a worksheet that have text such as:
Should look like![]()
My first line is continued on three lines. The weather is stormy outside.
What I think I need is VBA that...![]()
My first line is continued on three lines. The weather is stormy outside.
- delete a char(10)
- replace char(10) followed by a space with only one space
- replace two consecutive char(10) with only one char(10)
Any help would be greatly appreciated.
Bookmarks