ransomedbyfire
Board Regular
- Joined
- Mar 9, 2011
- Messages
- 121
I am trying to write a macro that will separate the last letter from a text string. So, "TestA", for example, could be split into "Test" and "A". How can I do this since there aren't any delimiters?