Hello Forum,
I found this searching threads and it works too well!
I want this macro to only work in selected cells, not the whole document.
Sub ReplaceCRLF()
ActiveCell.Replace Chr(13), " ", xlPart 'x1Part apply to within cells (default)
ActiveCell.Replace Chr(10) & Chr(10) &...