View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Andrew[_38_] Andrew[_38_] is offline
external usenet poster
 
Posts: 1
Default Filter, sort, filter and then display

This is the scenario. I need to filter the worksheet data with a criteria that is in Column A
After that I need to sort the values in Column B in ascending order then display those values in another shee
Those values should also be unique so if there are duplicate entries, the duplicate is discarded. How can I do that in VBA