ni.com is currently undergoing scheduled maintenance.
Some services may be unavailable at this time. Please contact us for help or try again later.
01-06-2007 04:59 AM
01-07-2007 03:05 AM
01-07-2007 04:19 AM
Have you seen the Excel thread here http://forums.ni.com/ni/board/message?board.id=BreakPoint&message.id=2391. There is a lot on information there if you want to use ActiveX to fetch your data.
However your excel file format is pretty simple. Do you really need to use ActiveX. An easier method is to convert the excel file into a tab-delimited text file (in Excel use menu File - Save As). This will allow you to use the labview native File I/O VIs.
Example and data file attached
David