Hi all,

I have a string in VBA like the following:

"A/12/3,C/4/18,D/14/2,B/23/1,A/13/4" and that goes on for a while
Is there a way to sort the string so it would read:
"A/12/3,A/13/4,B/23/1,C/4/18,D/14/2"

The example is a very condensed version of reality, so I can't do it manually.
Does anyone have any bright ideas or suggestions?

Thanks,

Jasper