Hello, I have a data analysis project to roll up multiple individual, macro-enabled Excel workbooks with tables and formulas. Each workbook contains 31 individual sheets (one for each day of the month). The 31 individual day worksheets each contain nested Excel tables with formulas and are password protected. I have the password. The workbook also includes a Monthly Totals worksheet, an Instructions worksheet, and a FAQ worksheet. I want to roll them up using Power BI in order to build dashboards and PivotTable reports. I wanted to write a macro to loop through the folder where the individual workbooks are stored to:
Any help would be greatly appreciated.
Thank you.
- Delete the unneeded worksheets (Monthly Totals, Instructions, FAQ);
- Convert all tables to ranges;
- Copy/paste special values to convert formulas to numbers;
- Save each file
Any help would be greatly appreciated.
Thank you.