I'm trying to merge data from a weekly report into a master sheet that runs calculations. The weekly report is always formatted the same, and the calculation sheet will be as well. What's the easiest way to import data from the report to the master? I.E. F33 on the report will always need to populate B5 on the master etc. Would it be easiest to use VBA to complete this? There are enough numbers that manually copying and pasting every week would be a big hassle.
My big concern right now is naming, as the weekly report always has the same name, so I don't want it to pull from the wrong report.
My big concern right now is naming, as the weekly report always has the same name, so I don't want it to pull from the wrong report.