Hi guys,
I'm trying to write a macro that would allow me to delete a row if the cell in column is a date (for ex: 10/13/2016). so what I would have left are just dates. In the list now there are blank cells and cels with just spaces and obviously dates.
Unfortunately this column can big quite larger at times (50,000 +). I've tried using isdate which works but it takes a really long time.
Another idea was to use specialcells and use that but I don't know of any way for it select just dates (if it even exist).
I'm trying to write a macro that would allow me to delete a row if the cell in column is a date (for ex: 10/13/2016). so what I would have left are just dates. In the list now there are blank cells and cels with just spaces and obviously dates.
Unfortunately this column can big quite larger at times (50,000 +). I've tried using isdate which works but it takes a really long time.
Another idea was to use specialcells and use that but I don't know of any way for it select just dates (if it even exist).