I have a string that looks like
"Carol, Ernie, Alice, Bob, Dave"
I want to pass it to a VBA function that sorts it so it becomes
"Alice, Bob, Carol, Dave, Ernie"
Is there a smart way to do this with built in functions that doesn't require a lot of custom code or am I out of luck?