vbanewbie68
Board Regular
- Joined
- Oct 16, 2021
- Messages
- 171
- Office Version
- 365
- Platform
- Windows
- MacOS
Hi
With your help is it possible to create a Custom AutoFilter in VBA for example like this in the screenshot below?
Below my routine task
I download data from a platform once a month. Some of the data is old and the rest of it is new. So, it is all mixed up with new data and old data.
Also for your information the dates in the column D (last_modified_at) are not in the correct order too.
I use a date from the previous month that has already been updated on a database.
I use is Custom AutoFilter as shown in screenshot below.
I enter the date as this 2021-12-18T16:57:41 UTC. This means I am looking for the data before that or equal that date and then delete it immediately because the data of that is old and already been updated onto the database in the previous month.
I need to focus on a new data after that date onward.
Finally, below is the final finished report. I will save it as a file ready to import onto the database.
Your help on this matter would be much appreciated.
Thank you
Best regards
V
With your help is it possible to create a Custom AutoFilter in VBA for example like this in the screenshot below?
Below my routine task
I download data from a platform once a month. Some of the data is old and the rest of it is new. So, it is all mixed up with new data and old data.
Also for your information the dates in the column D (last_modified_at) are not in the correct order too.
I use a date from the previous month that has already been updated on a database.
I use is Custom AutoFilter as shown in screenshot below.
I enter the date as this 2021-12-18T16:57:41 UTC. This means I am looking for the data before that or equal that date and then delete it immediately because the data of that is old and already been updated onto the database in the previous month.
I need to focus on a new data after that date onward.
Finally, below is the final finished report. I will save it as a file ready to import onto the database.
Your help on this matter would be much appreciated.
Thank you
Best regards
V