If you are using ActiveX to write to an open Excel document, you can ask Excel how many rows are currently in the document.
From the reference for WorkSheet, wire a property node and select UsedRange. Cascade that into another property node and select Rows. Cascade that into another property node and select Count.
This will return the number of rows that have been written. Just add 1 and use that number for your starting address.
Michael
ABCDEF