FryGirl
Well-known Member
- Joined
- Nov 11, 2008
- Messages
- 1,368
- Office Version
- 365
- 2016
- Platform
- Windows
I have a two full columns of data that I need to trim. I can see the extra space at the end, but it's not a simple space from the spacebar. This data is downloaded from an Oracle database which as the source, I have no control over.
I used =CODE(RIGHT(V2)) to see what the space is and I get the value of 9. Is this the right way to determine what the character and the end is?
Here is what the data looks like.
BMOEAE
BMOEA0
BMOEAC
How can I use VBA to trim column V and column Z in one shot?
I used =CODE(RIGHT(V2)) to see what the space is and I get the value of 9. Is this the right way to determine what the character and the end is?
Here is what the data looks like.
BMOEAE
BMOEA0
BMOEAC
How can I use VBA to trim column V and column Z in one shot?