View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] yajiv.vijay@gmail.com is offline
external usenet poster
 
Posts: 10
Default How can I sort contents of one column based on the contents ofanother column?

I have some data in column "A" and random numeric values in column
"B".
I want to sort column "A" based on the ascending order of column "B".
I was able to do it manually by selecting both the columns and
sorting. But i dont know how to do it in a macro...