Excel - find the last non-empty row of a sheet
I want to import some data from an Excel sheet into Address Book.
How can I simply get the reference of the last row that is not empty ? (or the first empty row)
(With that information, I can display a progress bar during the import.
I found how to get this number with a repeat loop that checks every cell of every row... - not efficient. I also found how to get the first empty cell of a given column, but this is not useful, because the columns may have empty cells. I know there must be a better way)
Thanks,
Nicolas
emac, Mac OS X (10.4.11), ibook G4 (Mac OS X (10.4.11))