A warm hello on a cold day in New York to all you Excel gurus…
What I need to do is loop through cells in a range (say a column) and replace every instance of two consecutive line breaks with one line break, something like Chr(10)Chr(10) being replaced by Chr(10). This is to delete blank lines within multiline cells.
I know this is a simple task in Word, but I can’t seem to come up with anything that works in Excel.
As always, I am grateful and thankful for any and all advice.