I have code that exports data to a csv file.
When I open the csv file with NotePad++ I notice that the last character in some of the fields, in some of the records, may be a non keyboard character. Examples of characters returned include a carriage return, ascii character 32
How can I remove all non keyboard characters using a vba module?
When I open the csv file with NotePad++ I notice that the last character in some of the fields, in some of the records, may be a non keyboard character. Examples of characters returned include a carriage return, ascii character 32
How can I remove all non keyboard characters using a vba module?