Good Morning,
Can anyone help with a complicated VBA?
I need the VBA to go into two tabs (flat fee and phase tier) in each excel workbook and pull the data out (they will sit in a specific folder).
I have coded the data into two separate arrays- A9:A80 and then D4:GJ4 for each tab, so basically I need to loop and pull the file in by row and by column. See attached workbooks. There will be about 60 of the excel files, so that’s why I need a macro to help.
I think the result of the macro would look like this: so it would pull in every data field in all of the excel tabs for D4:GJ4 and then cross reference to the data array A9:A80 (in this case city/state) and populate.
Is this even a possibility?
I attached a sample workbook and then a picture of what I think the end goal is.end goal.png
Bookmarks