MarkCBB
Active Member
- Joined
- Apr 12, 2010
- Messages
- 497
HI there,
I Am trying to remove all the Spaces from a column, but for some reason some of the spaces are not being removed, this is the code that I am using:
All of the spaces are before the numerical value i.e. " 812" or " 6"
I Am trying to remove all the Spaces from a column, but for some reason some of the spaces are not being removed, this is the code that I am using:
Code:
Columns("C").Replace What:=" ", Replacement:=""
All of the spaces are before the numerical value i.e. " 812" or " 6"