LtCmdrData
Board Regular
- Joined
- Jan 24, 2018
- Messages
- 58
- Office Version
- 365
- Platform
- Windows
I need help writing some VBA code. Each morning I get a report of open orders. I'm working a week into the future so I want to filter on the due date column and delete all rows with a due date of tomorrow + 7 days into the future. For example if today is 9/19 then I want to filter for all rows with due dates of 9/20 thru 9/26 (7 days). Can someone please help me with this code? Thank you.