I am trying to create an open event that will list the workbook names in a defind location (this location will not change and so would be put directly into the code). After listing I want it to extract data in range B4:B11 from each listed workbook and paste each extraction as a value (the extracted data is part of a formula) under its workbook name.
When I list the workbook name I only need the first 8 characters so I would use left("file name", 8), the name is then listed in a horizontal range starting at "C5". the number of workbooks referenced will be unknown.
The attched workbook shows the layout that I am working with. Right now I have to open each workbook and manual add the totals into the "master" workbook. this workbook is not in the same location as the referenced workbooks.
I have some understanding of VBA code but I havent done an open events or an extraction from a closed workbook before.
Thanks for the help!
Bookmarks