Hi
I have cells in column B and in each cell is a persons first name and last name.
The first and last name is connected by a "_".
Example "John_Doe"
I want to go from Cell b2 down and remove the "_" and everything else to the right, leaving just the first name in the cell.
How can I do this with VBA?
Bookmarks