I got help in getting a data cleaning script written to help remove unwanted spaces and characters in my source data. It works pretty well but I have noticed that it has missed catching some blank spaces. Any idea on why? Prouduction-IM-METRICS-T-V01.5.xlsm
VB ScriptMicrosoft ExcelVBA
Last Comment
Martin Liss
8/22/2022 - Mon
Simon
They might be 'non-breaking spaces'. Just taking a look now at your sample file. Please identify an example cell that has the problem.
To remove non-breaking spaces you could modify the "=TRIM" line in your CleanData macro
Please identify an example cell that has the problem.
To remove non-breaking spaces you could modify the "=TRIM" line in your CleanData macro
Open in new window