I am using the code below to trim some \"blank cells\" that contain a space.
The thing is it takes too much time, as is looping to every cell.
What I want is to remove the spac
For some reason Worksheetfunction.Trim does not remove the spaces, maybe because it has CRLF in it. In those cases Application.Clean function is the best method to choose.