Hi guys,
I'm trying to filter dates through VBA.
Macro recorder gives me this:
If I apply that like this, it won't work. It errors out. It does apply a filter with no results if I change Criteria2 to Criteria1.![]()
Please Login or Register to view this content.
arr is a string that is as below:![]()
Please Login or Register to view this content.
2, "7/18/2015", 2, "7/25/2015", 2, "8/1/2015", 2, "8/8/2015", 2, "8/15/2015", 2, "8/22/2015", 2, "8/29/2015", 2, "9/5/2015"
What am I doing wrong?![]()
Bookmarks