LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I grab data from the last cell in a column in Excel from Labview?

I need to grab data that another program, not under my control, is logging to an Excel spreadsheet. I tried using the Excel/GOOP toolkit but the problem is I need to always grab the *last* few points in a column. I can't see a way to do this using the Toolkit. Anyone have any ideas?
0 Kudos
Message 1 of 2
(2,532 Views)
Using activeX calls, you can check used range in the sheet, and then retrieve any data that is on it, including the last used cell.
Hope this helps
0 Kudos
Message 2 of 2
(2,532 Views)