View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
RalphH RalphH is offline
external usenet poster
 
Posts: 3
Default Finding the last row of a contiguous range

Is there a better way of finding the last row of a contiguous range
than:

Selection.End(xlDown).Select