I have a list of names in the format LastName, FirstMame. The whole text string is in one column, not separated into two separate columns like I need. Eventually this whole spreadsheet will be imported into Access. Is there a way I can write a script to go into each cell of the column, select the last name before the comma, then copy and paste it into an adjacent empty column. Then do the same with the first names- select the text after the comma, then copy and paste it into a new cell in an adjacent column. I have a working knowledge of how to get around in VBA, but I'm not familiar enough with it to figure out where to start.
Thanks a ton!
Thanks a ton!