View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Alex J Alex J is offline
external usenet poster
 
Posts: 85
Default Sorting a Filtered List

All,
I have found that applying a Sort command to a Filtered list anly seems to
sort the visible (non filtered) rows.
Is there a way (in VBA) to apply the sort to all of the rows in the field,
including the hidden ones, without removing and then re-applying the filter?

Alex J