View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
geebee geebee is offline
external usenet poster
 
Posts: 190
Default sorting dynamically

hi,

i am trying to dynamically sort a column, but the column is bveing sorted in
DESC order. the problem is that there are some values of "no data" in a
column with mostly numbers or percentages in it. i want the "no data" values
to appear at the bottom of the sorted column after it is sorted in DESC
order. how can i do this with code?

i currently have:
Range("C8:D10856").Sort Key1:=Range("D8"), Order1:=xlDescending

thanks in advance,
geebee