01-03-2010 04:48 PM
Solved! Go to Solution.
01-03-2010 10:40 PM
01-05-2010 09:51 AM
01-05-2010 10:06 AM
Of course. There is a Copy File function. This assumes, of course, that this other application is saving the file as it's writing.
One thing that I wanted to clarify in my statement is that you can't have two applications trying to write to the same Excel workbook at the same time. You can, however, have one application writing to Excel and have LabVIEW read that data. As long as the LabVIEW program doesn't close the workbook or quit Excel that should work. For instance, I can have a workbook open with Excel and keep Excel opened, and have LabVIEW read the contents of the workbook. As I make changes to the workbook I can run the LabVIEW code and see the changes.
01-05-2010 11:34 AM
I can open an excel workbook then open the same workbook with active-x calls from LabVIEW.
I trigger on user events to read a worksheet. Any changes made in excel are visible in LabVIEW.
I must close the workbook from LabVIEW before quitting excel otherwise excel has a hissy fit and I
have to logout of windows and login again.
01-05-2010 12:45 PM
01-05-2010 03:15 PM
01-05-2010 03:26 PM
01-05-2010 05:45 PM
10-24-2019 08:36 AM
Sorry to bring up an 9 year old post.
This track sheet change is really great but I have a spreadsheet that's constantly being updated with a new row being added every second. Is it possible to bring data from this new line into labview?