That's only one reorder isn't it and only the first line of that is being copied to Word/Excel?
How are you doing the copy/paste?
I don't see anything in that code that's doing that or even putting values on a worksheet.
If you wanted to put all 3 lines of that example data in one cell in Excel the code would simply be this.
If you wanted it in each line in a separate row then you could look into splitting the contents of the textbox using Split an an appropriet delimiter.
Split would, hopefullly, return a 3 dimensional array which you could put in 3 rows like this.
Bookmarks