VBA code required to delete rows with future dates - Urgent

exceluser9

Active Member
Joined
Jun 27, 2015
Messages
388
Hi Team,

I have a data column J and K with formula =IFERROR(IF(G3<>"",WORKDAY(G3,3),""),"") in column J and =IFERROR(IF(H3<>"",WORKDAY(J3,2),""),"") in column K.

I need a vba code to delete the entire row if column "J" has future date, it should retain current date and past date.

And it should also delete entire row if column "K" has a future date (Retain if it has todays date & past date) only if column "H" contains today's date or past date.

If column J & K is blank please retain record.

Column GColumn H Column JColumn K
06-08-201908-08-2019 09/08/201913/08/2019
05-08-201907-08-2019 08/08/201912/08/2019
07-08-2019 12/08/2019
07-08-2019 12/08/2019
07-08-2019 12/08/2019
07-08-2019 12/08/2019
07-08-2019 12/08/2019
07-08-2019 12/08/2019
07-08-2019 12/08/2019
07-08-2019 12/08/2019
07-08-2019 12/08/2019
07-08-2019 12/08/2019

<colgroup><col><col span="2"><col span="2"></colgroup><tbody>
</tbody>
 
Let's get it working one bit at a time.

Please define "It didn't work."
 
Upvote 0

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
You said "It didn't work"
That tells me absolutely nothing, I therefore need you to tell me how it didn't work.
Did you get an error, did nothing get filtered, did everything get filtered, did it filter on the wrong column? What
 
Upvote 0
I know it's not deleting, that's because there is no code for the deletion as yet.
When you say it's not filtering, do you mean that the filter is not applied, or that it is not filtering correctly?
 
Upvote 0
Then what is it doing?

Please remember that I cannot see your sheet or your screen, so I need you to supply me the information.
 
Upvote 0
I have & it works for me, otherwise I wouldn't have posted the code.

I cannot help you if you don't help yourself. So please answer my questions.
Thanks
 
Upvote 0

Forum statistics

Threads
1,215,045
Messages
6,122,836
Members
449,096
Latest member
Erald

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top