The simplest thing to do is to use Write Characters to File to create text file. Append a CR at the end of each value written to get data in a single column or append a , or tab to get data in a single row with multiple columns. Excel (and Matlaab, I assume) can read either type of file. If you want to create a .xls file, then you have to use ActiveX. There is a shipping example called Write Table to Excel. While it is written to write a 2D array of data, it can be modified to write to a new cell (in either a new row or new column) pretty easily. There's also been a lot Excel examples posted to the forum. Do a search for Excel and take your pick.