Hello,
I wish to use VBS to autofilter a certain column, but it's a little bit confusing.
I have a date format column where I wish to filter, first by year.
I have developed this code:
Unfortunately, it doesn't work.![]()
Please Login or Register to view this content.
After filtering by year I need delete the resulting records and then perform a second filtering by day of 2012 (let's say, everythinf before the 25th of May for example).
I used tha macro recordar, but it displays teh following code:
but I don't understand how the array is used.![]()
Please Login or Register to view this content.
When filtering by day I obtain:
But I need this to be something dynamic. I can't write all the dates because the code is going to be used in different dates And I want to filter accordin to a date a user will give me through a date variable.![]()
Please Login or Register to view this content.
I would much appreciate your assistance.
Bookmarks