View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
John[_22_] John[_22_] is offline
external usenet poster
 
Posts: 694
Default Go to last non-empty cell in column

HI Fred
Try Ctrl End
HTH
John
"Fred Holmes" wrote in message
...
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