Hi There

For the csv file I am working on to upload I have a cell full of text for each product which is the products description. The area that i need to upload it into can only take 40 chars per line and there is no word wrapping in place. I need some way to split the text in the cell at the space closest to 40 chars and shove the rest in the next cell along, then i can repeat until all the text is split up. The text ranges from 340 chars upwards.

Hope some one can help