N
noah
I need to take the right 2 characters of a string and cut and paste the
to another column.
For example: I have "ABC1" in coulmn J and I need to move the "C1" int
column L, leaving only "AB" in column J.
And I'm repeating this for every row. So I'm using VBA code to d
this.
How do I write it in VBA.
Thanks
to another column.
For example: I have "ABC1" in coulmn J and I need to move the "C1" int
column L, leaving only "AB" in column J.
And I'm repeating this for every row. So I'm using VBA code to d
this.
How do I write it in VBA.
Thanks