I have a workbook with multiple sheets, one of which is a dashboard, and one that has a report containing charts based on data contained on the other sheets.
I also have Module 1 which contains all the workbook's VBA.
Is it possible to have a button on the Dashboard, that copies all the sheets to a new Workbook, minus the dashboard sheet and Module 1, and ensures the chart's source points to the newly created workbook.
The new workbook doesn't need to be saved. "Book1" is fine.