View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] rachitprasad@gmail.com is offline
external usenet poster
 
Posts: 5
Default sort and column numbers

i am a novice in programming and am facing the following problem.

A B C
21 20 30

A B C are my columns and 21, 20, 30 the data i have. i need to sort the
data in descending; and i want to also find out the column numbers in
that order (in this case, 3, 1, 2).

thanks.