View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
DS DS is offline
external usenet poster
 
Posts: 117
Default can I use autofilter with an equation

I am trying to filter dates such that I want all rows where the date is less
than 30 days forward. In other words I'm looking to see only the rows which
are within the next 30 days.

In MS-Project VBA I can insert into the Finish Date field autofilter the
fo0rmula Value:=(Now() - 28) and get my results

Thanks