10-01-2009 02:04 PM
Solved! Go to Solution.
10-01-2009 02:25 PM - edited 10-01-2009 02:27 PM
Your biggest mistake is wiring a False to the Append To File input. This would oviously delete all old data. Using two Write to Spreadsheet functions is silly and instead of connecting the data from the table, just take the numerics you get and pass them to the write function as a 1D array.
10-02-2009 01:18 AM
10-02-2009 10:11 AM
thankx for reply...
can anyone please tell me how i can get it in 2 rows instead of 2 coumns
10-02-2009 03:40 PM
10-02-2009 03:42 PM
Typo: Transpose 2D Array.
Lynn
10-02-2009 04:42 PM
10-03-2009 12:44 PM