Hi All
I have a big problem in the moment. I have to sort out an Excel sheet with names in it. There is always a first name and a last name following each other in the same order. Each name fills a cell. These Cells are alligned in one row. Example
Bill|Cospy|James|Bond|George|Clony|Michael|Jacksson
Now I want that each first name and second name are summarized into one cell and then the next first name and second name are taken for the same procedure. The result should be this:
Bill Cospy
James Bond
George Clony
Michael Jackson
Can someone write me script which does this?
(I take Visual basic or Applescript, it doesn't matter)