Earlier, I posted the following question and thanks for the great
responses:
In Excel2000, I have the following data:
John P. Henry
Craig Nelson
I want to use a macro to make the last name first even if there is a
middle initial ( no space between comma and First name). I want it to
look like this:
Henry,John P.
Nelson,Craig
Any ideas?
Maybe, I wasn't clear but I do not want a formula or a function. I want
a macro to go through my original list and change the name from first
last to last,first. I already have list of names and just want to do a
conversion on the selected cells. I think I would be using InStr or
some other string functions in Visual Basic.
Thanks again.
Thanks
Bookmarks