I know the title is pretty vague but I honestly couldn't find a better description.
Attached is a sample workbook. It tracks the last 4 purchases of an item. My goal is to have a macro that "pushes" anything in the new order columns to the LAST ORDER columns, LAST ORDER column data to HISTORY 2 columns, HISTORY 2 to HISTORY 3, HISTORY 3 to HISTORY 4 and push off or delete the data in HISTORY 4.
I put a color coded before and after on the sheet showing the movement of the data across the sheet.
The kicker is that the code has to be row specific so that it only moves and deletes the rows that contain new orders.
Any bit of help would be greatly appreciated!!
Attached is a sample workbook. It tracks the last 4 purchases of an item. My goal is to have a macro that "pushes" anything in the new order columns to the LAST ORDER columns, LAST ORDER column data to HISTORY 2 columns, HISTORY 2 to HISTORY 3, HISTORY 3 to HISTORY 4 and push off or delete the data in HISTORY 4.
I put a color coded before and after on the sheet showing the movement of the data across the sheet.
The kicker is that the code has to be row specific so that it only moves and deletes the rows that contain new orders.
Any bit of help would be greatly appreciated!!