View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
David David is offline
external usenet poster
 
Posts: 195
Default twist on next empty cell

RB Smissaert wrote

OK, then do:
Cells(33, 4).End(xlUp).Offset(1, -3).Select


OK, now that looks at Column D, but I may not have explained myself well
enough. I want the line to look at the one that has the most entries. That
will vary.

--
David