sorting dynamically

G

geebee

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top