The UsedRange returns a range object from a Worksheet object. To get the last row, you would use this VBA: ActiveSheet.UsedRange.Rows.Count
In LabVIEW you need to cascade the property nodes: Worksheet Property UsedRange into Range Propery Rows into Range Property Count You can then use the Count value as the row index to select the desired cell. Michael Munroe Certified LabVIEW Developer www.abcdefirm.com
