I am trying to add some more cleanup to a current Macro I have.
What I need to do is to be able to go through and check cells in a particular column and remove and spaces and carriage returns that the user may have entered.
The number of cells will vary each week, the column will always be the same, the amount of numbers in the cells could be 1, 2, 10 and so on (Normally wouldn't exceed 10)
Below is an example of cell contents in an uncleaned condition.
3073, 3075, 3077, 3078, 3080, 3085,
3086, 3087, 3088, 3506, 3514
This is what I need it to be:
3073,3075,3077,3078,3080,3085,3086,3087,3088,3506,3514
Thanks