I need a macro that will transfer lines of data information form one sheet (in a workbook = Workbook1) to another sheet (in another workbook- Workbook2).
The headings in each workbook are mirror images.
I could do it easily enough if I was guaranteed the same number of lines every day in Workbook 1 but that will not be the case. SOme days 10 lines, the next could be 30 lines.
I need a macro that will count the the exact number of lines of data and then insert that same number of lines in the other workbox, shifting old lines down accordingly.
At the same time the new lines should be allocated a sequential reference number.
Any help please and thanks
The headings in each workbook are mirror images.
I could do it easily enough if I was guaranteed the same number of lines every day in Workbook 1 but that will not be the case. SOme days 10 lines, the next could be 30 lines.
I need a macro that will count the the exact number of lines of data and then insert that same number of lines in the other workbox, shifting old lines down accordingly.
At the same time the new lines should be allocated a sequential reference number.
Any help please and thanks