G
Guest
Is there a way to lip a name around in a single cell? For example Smith,
John to John Smith.
Thank you
Andrea
John to John Smith.
Thank you
Andrea
Is there a way to lip a name around in a single cell? For example Smith,
John to John Smith.
Thank you
Andrea
Interesting Dave, thanks..........but in my XL97, if there is no comma in the
cell, this macro just doubles the text.........if there are two commas, some
text gets deleted.....
Vaya con Dios,
Chuck, CABGx3
I removed the on error stuff and had to change the indexes.
But I think it's better to check to see what's in the cell first (the last post
added a little check for a single comma.)
The reason I used lbound and ubound was so that split and split97 could both be
used.
One returns a 0 base array and the other a 1 based array.
I blame CLR for the confusion <vvbg>.
Yes, he should definitely upgrade from XL97!