grifdoogindoggy
New Member
- Joined
- Aug 27, 2019
- Messages
- 21
I'm struggling to find an easy way to simply trim a range of cells in a column (hard coded into VBA) and then left trimming by a number of my choosing (also hardcoded).
I'm looking for something along the lines of this:
Range("A1:A10").FormulaR1C1 = "=LEFT(TRIM(R[]C[],9))"
But it's not working.
Thank you for any help!
I'm looking for something along the lines of this:
Range("A1:A10").FormulaR1C1 = "=LEFT(TRIM(R[]C[],9))"
But it's not working.
Thank you for any help!