View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Topher Topher is offline
external usenet poster
 
Posts: 20
Default Help with Dynamic Range

I have a template with a sheet named Home. The template pulls data from
another sheet called work. The sheet home has a range set for the data
area but the data from work does not always fill the range area and leaves
rows blank. The data area starts at row a4 and the last column is M. The
current range is a4:m182, a line of Totals is on row 183.

Question: I need to be able to sort the data in 3 ways, alpha, numeric and
date order. How do I make the range dynamic to enable me to make the sorts
and ignore the blank cells on the template? (Blank cells are cells)

Thanks in anticipation

Topher