Hi all, I have attached an example file to help understand my requirements.
What I need is a looping macro. The macro will use the date as the focal point. I need the data in columns D:G copied, and pasted into another sheet in an order by date.
So the macro will select however many rows there are determined by date.
To start with it will select D1:G1, copy the data and paste into D2:G2 in sheet 2 (for example), it will then go back to sheet 1, and select by next date the next lot of data - D2:G7 (as those rows all have the same date) and will paste into sheet 2 directly below the existing data - so in D3:G3, the macro will then return to sheet 1 and repeat this process until all the data has been copied and pasted and it will then stop.
Please can someone help how this can be done. It is important that the macro does this process by date order.
Bookmarks