I'm a novice with Excel macros, but am looking for a code sample which will examine a column of cells in a CSV file and replace all in-cell CR/LF characters with space characters.
The file in question is created by exporting values from database. One of the exported columns frequently contains Hex 0d0a characters within the text, and these need to be replaced with spaces.
TIA for any guidance
The file in question is created by exporting values from database. One of the exported columns frequently contains Hex 0d0a characters within the text, and these need to be replaced with spaces.
TIA for any guidance