Hi,
I'm trying to add a line of code to filter some data based on a date in the range cell C3.
This is my code;
It doesn't seem to work, any ideas?![]()
Please Login or Register to view this content.
Hi,
I'm trying to add a line of code to filter some data based on a date in the range cell C3.
This is my code;
It doesn't seem to work, any ideas?![]()
Please Login or Register to view this content.
What is the range of data that you want to filter?
the entire sheet if possible
So you need something like
cells.autofilter field:=3, criteria1:=Sheets("Start").Range("C3")
Thanks, the sheet i am filtering is a seperate sheet to the sheet containing the filter criteria so i need to add in
Thisworkbook.sheets("Start").Range("C3")
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks