10-09-2007 01:00 PM
10-09-2007 01:04 PM
Attaching your vi and/or data will ultimately help us help you faster...
Does your data happen to start with an empty row, leading to an appended empty row every time?
10-09-2007 01:28 PM
I agree, the code would help to solve this problem. One thing to look at:
When you open the file check where the EOF(End of file) tag is. You can do this by opening the file as a text and see where the blinking curcor stops at the end of the data. If it is on the empty line below your last row, then you are writing an unnecessary EOF character.
If the EOF is on the last row of your data, then you are appending an EOF before you write the new data.
Tom
10-09-2007 01:53 PM
Greetings
Initially, I am emptying the Global variable that holds the data as shown in the attachment. Then writting from the Global values into the spread sheet as shown following the initialization. I have attached a word document displaying the code.
Regards,
10-09-2007 02:29 PM - edited 10-09-2007 02:29 PM
Message Edited by Tom Haggerty on 10-09-2007 03:30 PM
Message Edited by Tom Haggerty on 10-09-2007 03:32 PM
10-09-2007 02:35 PM
10-09-2007 04:23 PM