Still need help with auto filter
Posted by Tyler Hart on August 23, 2001 6:33 AM
This is what I have and need a macro to do this:
A1 = Any start date inputed by operator
A2 = Any stop date inputed by operator
Then filter column "B" with the criteria:
>=Range("a1") <=Range("a2")
Thanks