Hello, I am trying to rebuild and hopefully automate a very manual report that pulls specific sets of data that's housed in several different sheets in one workbook, onto a corresponding community sheet in a separate workbook. The community data I need is currently pulled by one report and breaks the data up into 56 sheets, 2 sheets per community, for each of 28 communities. I would ideally like a VBA that takes a single communities data from the 2 sheets it's housed in on the bulky report, and paste it into one community sheet with all the data needed in a separate workbook.
Should I try to consolidate the data from ComunitiesReport from 56 back to just the 28, then VBA the data I need from the consolidated sheets into the New workbook, or is there a way to VBA just the data I need from each of the 56 sheets onto the one sheet per community, 28 sheets total, in the new workbook.
Should I try to consolidate the data from ComunitiesReport from 56 back to just the 28, then VBA the data I need from the consolidated sheets into the New workbook, or is there a way to VBA just the data I need from each of the 56 sheets onto the one sheet per community, 28 sheets total, in the new workbook.