06-02-2016 06:54 AM
Thank you guys, it's now working more or less!!!
06-02-2016 06:58 AM
all the best..
06-02-2016 07:26 AM
Hi guys,
I have another problem now: The .txt-file I use is very big (2 columns, around 30k rows), and it takes over a minute to run the program. As I said, I don't really understand how the labview example file I use works, but it seems to write one row after another into excel. Is it possible to speed up the process by changing the VI somehow?
Thank you!
06-02-2016 10:47 AM
ActiveX is known to be "not the fastest". That being said (without trying myself): It should be possible to write a range of cells at a time. So you probably can spare the inner or both for loops and write the whole array into one range of cells.
Norbert