Sandydoull,
I use old Lotus keystrokes to navigate, just out of habit.
[blue]End+Home[/blue] - goes to lowest right (used) cell of the sheet
[blue]End+(any)Arrow[/blue] - goes to next cell in the chosen direction that is null/not null, which ever condition is opposite from the original active cell. For example, if B2 is your active cell and it is empty when you press End+Down Arrow, it will move the next cell that is NOT empty. Works the same for up, down, left & right. Play with it and quickly see. I believe you can substitute Control for End and get the same results (if you're not an old 1-2-3er).
Having said all that, I get the feeling you wanted something automated. Try recording a macro using the keystrokes just described (perhaps End+Home, Home, Down Arrow) to get to the lowest empty cell in Column A. Then set this to run On Open. But be careful - this will take you to the lowest cell in column A for a row that has not been used. If you have a bunch of deleted rows, you could wind up well below your intended target. To account for this, add two more steps to the macro (End+Up Arrow, Down Arrow). The problem with this one is that it takes you to the lowest empty cell in Column A; however, that doesn't mean that that ROW isn't being used in other columns, perhaps for totals.
[purple]Note: I am not completely sure how to make this operate automatically on opening the file; however, if the concept has any merit, someone on this forum can help you- and I'll learn something too![/purple]
You know, the more I write the more I think you should just skip the macro- open the file, hit End+Home and Home, and then see where you are...
Good Luck! (and hope this helps a little)
Tim
Good luck,
Tim