View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Stilltrader47 Stilltrader47 is offline
external usenet poster
 
Posts: 36
Default Finding Next Empty Cell in a Range

My worksheet is set-up for 12 month price tracking. The entry range is 12
rows (months) by 31 columns (days). How can I write a macro that will locate
the cursor to the next empty cell in the range? What I am looking for is an
efficient "find" command. I would prefer to execute by ctl-(letter) if
possible.

Thanks for helping.