I need some code to remove any spaces in a string. I have a list of accounts in a column A and each cell has a bunch of numbers in it.
Example
Cell A1 100 00 0000 00
Cell A2 2222 2 222 22
So there is no pattern to the spaces, but I need something that go through each cell in column A and remove all the spaces.
So my results would look like this
Cell A1 10000000000
Cell A2 2222222222
Thanks for the help,
Montrof
Start Free Trial