Hi All,
I get a daily data dump, which, unfortunately is spread out on numerous tabs due to limitations on the database pull. On any given day, I will have 15 tabs worth of data that I need to combine into one tab, so that I can then paste this data onto a template, which performs some calculations.
The data format on each of the tabs is the same.
To illustrate (with 3 tabs worth of data):
1) I have 100 rows of data on tab1 - row 5 through row 104.
2) I have 50 rows of data on tab2 - row 5 through row 54.
3) I have 70 rows of data on tab3 - row 5 through row 74.
Upon execution of the macro, there will only be one tab left in the Excel file and that tab will have all the data from the tabs above - i.e. it will have 100 + 50 + 70 = 220 rows of data from row 5 through row 224.
Any help in automating this task is appreciated.
Thanks!
I get a daily data dump, which, unfortunately is spread out on numerous tabs due to limitations on the database pull. On any given day, I will have 15 tabs worth of data that I need to combine into one tab, so that I can then paste this data onto a template, which performs some calculations.
The data format on each of the tabs is the same.
To illustrate (with 3 tabs worth of data):
1) I have 100 rows of data on tab1 - row 5 through row 104.
2) I have 50 rows of data on tab2 - row 5 through row 54.
3) I have 70 rows of data on tab3 - row 5 through row 74.
Upon execution of the macro, there will only be one tab left in the Excel file and that tab will have all the data from the tabs above - i.e. it will have 100 + 50 + 70 = 220 rows of data from row 5 through row 224.
Any help in automating this task is appreciated.
Thanks!