Hi,
I have some code from this site that removes leading spaces from most cells in my data, but not all.
What sort of thing could cause these 'unknown' spaces and how do i deal with them please ?
Here's the code:
Sub RemoveLeadingTrailingSpaces()
' hiker95, 02/26/2016, ME9242394
With...