I have no idea what is going on, but I have cells that contain what seems like a return carriage. I tried TRIM() , CLEAN() , =SUBSTITUTE(A1,CHAR(10),"") and several macros to remove these characters.
The only way to remove these characters is to activate the cell, click Delete next to the last character and press Enter.
Is there something I am missing? Is there a way to programmatically do this?
source share