Hi
I have 150 workbooks each with 40 to 90 sheets.
When I use the Excel.Workbook([Contents]) method in PowerQuery it takes very long to import the data. I then want to use another reference table to help filter the import (using a custom colun filename&sheetname as a the lookup reference between the 2 tables)
Is there a quicker way to import the data?
I've tried VBA in Access but I'm struggling to write the code to loop through the workbooks. I have code that imports all the sheets.
BTW - I'm an accountant, self-taught in VBA Excel by using online forums only. No programming background.
Any suggestions on how I should be approaching this task?
I have 150 workbooks each with 40 to 90 sheets.
When I use the Excel.Workbook([Contents]) method in PowerQuery it takes very long to import the data. I then want to use another reference table to help filter the import (using a custom colun filename&sheetname as a the lookup reference between the 2 tables)
Is there a quicker way to import the data?
I've tried VBA in Access but I'm struggling to write the code to loop through the workbooks. I have code that imports all the sheets.
BTW - I'm an accountant, self-taught in VBA Excel by using online forums only. No programming background.
Any suggestions on how I should be approaching this task?