F
Fred Holmes
What's an efficient way to go to either:
1. The last non-empty cell in a column, or
2. The empty cell below it?
Ctrl-down-arrow stops at every empty cell in the column. There are
lots of them.
A two step process would work:
1. go to the last cell in the column (row 65535)
2. Ctrl-Up-Arrow
But I don't know of an efficient way to do step one.
I'm sure I could write a VBA macro, but I'm looking for something
"universal" if possible.
Using Excel 2000
Many thanks,
Fred Holmes
1. The last non-empty cell in a column, or
2. The empty cell below it?
Ctrl-down-arrow stops at every empty cell in the column. There are
lots of them.
A two step process would work:
1. go to the last cell in the column (row 65535)
2. Ctrl-Up-Arrow
But I don't know of an efficient way to do step one.
I'm sure I could write a VBA macro, but I'm looking for something
"universal" if possible.
Using Excel 2000
Many thanks,
Fred Holmes