G
garry
Is it possible to automatically "append" new data to an existin
spreadsheet? Here's the deal: I have an application that posts dat
to a spreadsheet. Currently, the software opens the spreadsheet an
finds the next row with no data (next available row), and then I trac
that number throughout the program, incrementing by "1" for each ne
data entry to come. This works, but it's sloppy...and risky. Seem
like there should be a smoother way than what I'm doing: Opening an
reading the file until I see no data, and using that last row# as th
next Start Row #. Problem is...this works okay as long as th
application is running; appends to THAT DAY's spreadsheet. But I wan
to create a MASTER spreadsheet that just keeps appending fro
day-to-day, without having to find (and manage) the Start Row numbe
for each entry.
Thanks for any help you may be able to offer.
Garry
([email protected]
spreadsheet? Here's the deal: I have an application that posts dat
to a spreadsheet. Currently, the software opens the spreadsheet an
finds the next row with no data (next available row), and then I trac
that number throughout the program, incrementing by "1" for each ne
data entry to come. This works, but it's sloppy...and risky. Seem
like there should be a smoother way than what I'm doing: Opening an
reading the file until I see no data, and using that last row# as th
next Start Row #. Problem is...this works okay as long as th
application is running; appends to THAT DAY's spreadsheet. But I wan
to create a MASTER spreadsheet that just keeps appending fro
day-to-day, without having to find (and manage) the Start Row numbe
for each entry.
Thanks for any help you may be able to offer.
Garry
([email protected]