Hi,
Had a macro that worked, they have now changed the data.
I have a column that can contain a name with the following after the name , space, then (Team Member)
ie George Smith (Team Member)
The next cell may have up to 6 names, each with (Team Member); after each name
Gary Wing (Team Member);
Michael Con (Team Member);
Michael Robinson (Team Member);
Phillip Mee (Team Member);
David Dynon (Team Member)
The trouble now is each name has a carriage return for each line. They are all in the same cell
The end result is to be able to split the 2 names into separate cells, for the complete column, which is dynamic. to the cell next too it
The carriage return is stopping me.
VBA would be great.
Thanks in advance
Cfer
Had a macro that worked, they have now changed the data.
I have a column that can contain a name with the following after the name , space, then (Team Member)
ie George Smith (Team Member)
The next cell may have up to 6 names, each with (Team Member); after each name
Gary Wing (Team Member);
Michael Con (Team Member);
Michael Robinson (Team Member);
Phillip Mee (Team Member);
David Dynon (Team Member)
The trouble now is each name has a carriage return for each line. They are all in the same cell
The end result is to be able to split the 2 names into separate cells, for the complete column, which is dynamic. to the cell next too it
The carriage return is stopping me.
VBA would be great.
Thanks in advance
Cfer