• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Autofilter all Tables in a workbook Between dates

Status
Not open for further replies.

TurboDieselOne

New Member
I have been looking for vba to do this and there is bits and pieces I know its something like:

Cycle though worksheets
>>> use code - tags <<<
Code:
If Listobject.Count>0 then
Listobject.columns ("Weekend ending").Index
With ListObject.Range.AutoFilter.fiedl:=("Weekending")

Criteria1:=">=Range (Worksheet "Contents" Cell D3",Operator:=xlAnd, Criteria2:="=Range (Worksheet "Contents" Cell E3")

Next Worksheet
Many thanks
 
Last edited by a moderator:
TurboDieselOne
Why You opened a new thread?
You can continue with it:
This thread is closed.
 
Status
Not open for further replies.
Back
Top