View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
kenny kenny is offline
external usenet poster
 
Posts: 90
Default Sort Worksheet Records By Column

I need to write code to sort the records contained in a sheet named tracker
by column b (contains a formula that results in a numeric value) in
descending order. The row numbers change but will always start with row 3 and
end with how many ever rows have data. Also all columns will be included. I
want to prevent sorting so that blank rows are sorted to the top.