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...