View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bman342
 
Posts: n/a
Default Automatic Sort for variable Ranges

(Apologize if this is posted already)

I regularly import data into a spreadsheet.
The range of data elements varies each time.
I need to sort the data a couple of ways.

I recorded a macro to sort the data:
-I start on a consistent cell (say A4) where I know the first data element
will always be.
-I then highlight an area to a cell range that will define a range larger
than the amount of data elements I will ever import (say: A4:A300).
I then perform the sort.

When i do an alphabetical sort, it places the blank cells at top which is
sub-optimal.

Is there a way to automatically highlight only the cells with data, and then
perform the sort?

Thanks.