Thread: Filter a List
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Brad Brad is offline
external usenet poster
 
Posts: 846
Default Filter a List

I'm looking for some code to filter a list based on a calculated value. I
have a table of data like this.

Date Count
3/01/09 2
3/02/09 3
3/03/09 6
etc...

I have a userform that the user selects a calendar week (excel function
weeknum). Is there a way to filter this data using the excel function weeknum?

Thanks