JumboCactuar
Well-known Member
- Joined
- Nov 16, 2016
- Messages
- 774
- Office Version
- 365
- Platform
- Windows
Hi,
Example:
in cell A1 on sheet 1
sheet 2 (column AB)
so from the above for today i just need to filter 3 entries for 20161211
Sheet 2 has lots of data from over the past week, how can i filter this for todays date (based on the value in sheet 1 A1) ?
any suggestions?
thanks
Example:
in cell A1 on sheet 1
Code:
20161211
sheet 2 (column AB)
Code:
Dates:
20161211
20161210
20161211
20161207
20161211
20161212
20161209
20161208
so from the above for today i just need to filter 3 entries for 20161211
Sheet 2 has lots of data from over the past week, how can i filter this for todays date (based on the value in sheet 1 A1) ?
Code:
Sheets("Sheet2").Range("AB:AB).AutoFilter Field:=1, Criteria1:="(whatever is in CELL A1 sheet 1)"
any suggestions?
thanks
Last edited: