Thread: Autofilter help
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Chris Chris is offline
external usenet poster
 
Posts: 1
Default Autofilter help

I need some help. I have generated a form with a date in
it without difficulty. However, after that my program
imports data and I want to autofilter the data based on
the date that was put in the form. Eg.. On running the
program, I enter a date of 18/11/2003 into a text box.
This is then written to a cell in sheet 2. The data is
loaded into sheet 1 and the filter is set but what I want
to do is then filter on the date that has already been
keyed. How do I do it???
..