I created a macro for removing all whitespace in a string, specifically an email address. However it only removes about 95% of the whitespace, and leaves a few.
My c
Try this:
Sub NoSpaces() Selection.Replace " ", "" End Sub