10-20-2005 09:07 AM
Hello,
I have two Booleans and an alphanumeric string that I want to write to a spreadsheet. The attached code changes the two Booleans to strings, builds an array comprised of the two Booleans and the alphanumeric string and writes the data in a spreadsheet. After that, it tells the VI what state to go to next where a similar process is repeated. I am using a VI called Write_String_to_Spreadsheet_File.VI that I downloaded from this Website to write to the spreadsheet. There is only one problem. The Write_String_to_Spreadsheet_File.VI appends data to the end of the file. I need to be able to replace specific data if values change without changing previously entered values. Is there anyway that I could modify my code to specify the exact row in the spreadsheet to write to?
Thanks,
Drew
10-20-2005 09:15 AM
10-20-2005 09:40 AM
10-20-2005 10:13 AM
10-21-2005 10:41 AM
10-21-2005 11:18 AM