Littlemalky
Board Regular
- Joined
- Jan 14, 2011
- Messages
- 223
I'm using Excel 2007 with data in columns A:H on a workbook entitled, "Fullfillment - Domestic.xlsx", on the worksheet entitled, "Materials". The columns will remain static; however, the amount of data below will change every week. I've sorted column D in descending order. Column D contains dates. I basically need VBA to cut the sequential rows that contain dates from the current month, the previous month, and all dates beyond the current month (everything in the future).
The days are not my focus when cutting the data, the actual month is my only guide (i.e. today is March 15th, I need to cut everything in February, and everything beyond March). This all needs to be relative to the month we are in as I run this report weekly so I can't just call upon March everytime.
The dates in this column are formatted as such: "m/dd/yyyy".
This cut needs to be pasted to another sheet entitled, "New Releases". Then I need the rows deleted from which we cut on the "Materials" worksheet. Is this possible?
The days are not my focus when cutting the data, the actual month is my only guide (i.e. today is March 15th, I need to cut everything in February, and everything beyond March). This all needs to be relative to the month we are in as I run this report weekly so I can't just call upon March everytime.
The dates in this column are formatted as such: "m/dd/yyyy".
This cut needs to be pasted to another sheet entitled, "New Releases". Then I need the rows deleted from which we cut on the "Materials" worksheet. Is this possible?