generalledger
New member
- Joined
- Oct 15, 2016
- Messages
- 10
- Reaction score
- 0
- Points
- 0
- Location
- New Jersey, USA
- Excel Version(s)
- 2016
I have a text field that sometimes contains non-printing characters such as line feeds and carriage returns. I used Clean to remove them. It works but the remaining text runs up against each other.
I should replace each non-printing character with a space. How do I do that?
I think the ASCII code for a carriage return is CHAR(13) and space is CHAR(32). Is there a way to Text.Replace each CHAR(13) with CHAR(32)?
Thank you very much!!
I should replace each non-printing character with a space. How do I do that?
I think the ASCII code for a carriage return is CHAR(13) and space is CHAR(32). Is there a way to Text.Replace each CHAR(13) with CHAR(32)?
Thank you very much!!