Hi Erich, Ted wrote: > There is the request .substring which you could use to perform such > operations, provided you write the macro in terms of known > lengths/positions of substrings:
There's also .length to get the length of a string, so you could step through in a loop one character at a time. Cheers, Ralph.