Hi there,
I've got a sample data with a list of dates.
e.g.
A1 = 03/05/2016
A2 = 17/06/2013
A3 = 24/02/2018
There are hundreds of these dates.
I want to create a button which could erase these dates if they are over a certain due date (i.e. 01/01/2017).
How do I do it with VBA?
Thanks!
I've got a sample data with a list of dates.
e.g.
A1 = 03/05/2016
A2 = 17/06/2013
A3 = 24/02/2018
There are hundreds of these dates.
I want to create a button which could erase these dates if they are over a certain due date (i.e. 01/01/2017).
How do I do it with VBA?
Thanks!