Hi Act,
They say a picture is worth a 1000 words.
I prepared a small vi to give you an idea how it is done. There are probably much better examples available if you look around. But here goes...
It is actually simple. The attached example is not the best approach, but as I said, it is to get you going..
The vi allows you to create a file with the extention of your choice. You can substitute the write to file vi with a write to speadsheet. The appropriate approach is to first open the file, decide if you wish to create, append or overwrite the file, write to the file and close the file.
All the necessary vi's are located inside the Functions Palette under File IO.
JLV