I would like to be able to replace the ending character on the far right side with a replacement character. The column where I need the replacement are the same.
Example: in Column A is the following data
2
12
22
32
42
A02
A12
A32
Needs to be:
3
13
23
33
43
A03
A13
A33
If possible, when I click on the macro button I would like to be able tell tell the macro what I would like the last number to be changed to.
Thanks
Bookmarks