RockandGrohl
Well-known Member
- Joined
- Aug 1, 2018
- Messages
- 801
- Office Version
- 365
- Platform
- Windows
Hello everyone,
I've defined a "Ddate" as being "Now()+14"
I have a set of data on "Temp" sheet which has 2 columns. A is string and B is a list of dates.
What I need to do is quickly run down these ~3,000 rows and delete any row where the value in B is less than or equal to "Ddate"
I've tried a Do Until loop, but it's incredibly slow.
Thanks!
I've defined a "Ddate" as being "Now()+14"
I have a set of data on "Temp" sheet which has 2 columns. A is string and B is a list of dates.
What I need to do is quickly run down these ~3,000 rows and delete any row where the value in B is less than or equal to "Ddate"
I've tried a Do Until loop, but it's incredibly slow.
Thanks!