I have an Excel file (form) with several macros embedded that do a variety of functions. When a user saves their Excel file, I have a macro which creates a CSV copy of the values input so that I can load to my database. From time to time, a user will copy and paste something into the Excel file which has a special character. My database is unable to read files with special characters, so as a result, no CSV file is generated when the user saves. I would like to write a macro that searches all sheets in the file and removes any special non text characters. Does anyone have a macro they currently use for this now. Thank you in advance.