Left, Right, repeat? :-P
well... since i am new to VBA-land, i do not know of any VBA methods or functions that do this. however, you could throw the two strings into a long do-while loop comparing each character to the other character. if you process it via a Right() and then process it via a...