Hey there,
I currently have a spreadsheet with lots of information relating to clients but the way the information is imported to excel (CSV), all the names are presented together in one column (e.g. Mr joe Bloggs all in one cell). I've played around with the CSV input but it seems the names were never separated correctly so I was wondering if it is possible to create a macro that will add a new column next to the name column and separate the cell into (title and first name) and (surname). There is a space in between each of names in the cell.
I have a basic understanding of VBA but I dont know how to search for the second space and cut and paste into the new cell.
Any help appreciated,
Tripp
I currently have a spreadsheet with lots of information relating to clients but the way the information is imported to excel (CSV), all the names are presented together in one column (e.g. Mr joe Bloggs all in one cell). I've played around with the CSV input but it seems the names were never separated correctly so I was wondering if it is possible to create a macro that will add a new column next to the name column and separate the cell into (title and first name) and (surname). There is a space in between each of names in the cell.
I have a basic understanding of VBA but I dont know how to search for the second space and cut and paste into the new cell.
Any help appreciated,
Tripp