Hi All,
I know a little about VBA but am struggling with this. To lay a little ground work we run quarterly reports and I have created a template spreadsheet which via macro breaks out worksheets into 6 separate files. There are 40 some worksheets. This macro needs to copy multiple ranges from the previous quarter's workbooks (these ranges are the Current Year's forecasted amount) The hierarchy tab is where the vlookup is occuring. I basically need to copy the ranges and paste them into the template in the same exact spots (ex: '[2014 Q2 INST.xlsm]Institutional'!A1:B10, and range A30:B35 and about 6 more ranges needs to be copied to the same exact spot on the Institutional worksheet in the Sales Forecast Template workbook. The hierarchy worksheet in P:R shows what file contains the certain worksheet that needs to be copied. Column P is just a list of the worksheets (or customers) in the sales forecast template, column Q is the file name it exists in from the previous Quarter (ex:2013 Q1 INST.xlsm) and column R is the string for the specific worksheet for the customer (ex:'[2013 Q1 INST.xlsm]Institutional'!). My feeble attempt at this has failed miserably. Any help would be much appreciated. Thanks.
Josh
Bookmarks