This Tutorial explains, how to remove leading and trailing spaces in excel data.
We face challenge of removing multiple spaces, single spaces, spaces from text values, spaces from numbers,
leading spaces in cells, trailing spaces etc. Use VBA Code with combination of For loop and Do while loop with Instr function to get rid of extra spaces in excel.