I have no idea what is happening, but I have cells that contain what appears to be a return carriage. I have tried TRIM()
, CLEAN()
, =SUBSTITUTE(A1,CHAR(10),"")
and a number of macros to remove these characters.
The only way to remove these characters it to get the cell active, click delete near the last character, and click enter.
Is there something I'm missing? Is there a way to programatically do this?