11-08-2006 11:46 AM
11-08-2006 01:18 PM
Hi, In order to save data to an excel file you will have to use ActiveX. I have posted a number of examples and a collection of VI's on the excel board in the breakpoint area.
Do you have the report generation toolkit?
Can you save all of your VI'S so that we can see how you are doing the save.
It's really not that difficult. Have a look at the example called write table to excel .VI
11-08-2006 03:11 PM
11-08-2006 03:17 PM - edited 11-08-2006 03:17 PM
Yes I have already given you two. Look around the forum about ActiveX and also look in the example finder for activeX and you will find write table to excel example regardlees if you have the MStoolkit. Have a look at the excel board there are many VI'S in there for working with excel.
What version of labview are you using?
Message Edited by Jhoskins on 11-08-2006 04:18 PM
11-09-2006 09:33 AM
Hi,
I use a very simple subVI to write my data to Excel. I collect my data to an array which is the input of the VI and that's it. In fact I have 2 subVI's: one for an array of strings and another one for array of nº. It is quiet simple and it writes to only one sheet, maybe it can help you. I join you a project where you can see the subVI in action.
Isabel
11-09-2006 10:35 AM