01-31-2006 03:48 PM
02-01-2006 02:37 PM
02-01-2006 02:56 PM
Thanks AESulzer, that is helpful. Do you know if it's possible to convert and Excel ".xls" file into a Excel ".txt" file? That would allow me to take the easier route. If not I'll use ActiveX.
Thanks,
Chuck M.
02-01-2006 03:17 PM
Open the file in Excel, go to File -> Save As... and in the "save as type" dropdown box, select "Text (Tab delimited) (*.txt)." This will save the file as a regular text file and you can read it a lot easier in LabVIEW.
If you need the program to work with regular Excel files, you could use ActiveX in your LV program to open the file and save it as a temporary text file so you can read it. This might be easier than using the ActiveX methods to read the data, but I'm not quite sure as I haven't used ActiveX with Excel yet.
02-01-2006 03:38 PM