I have tried my level best to find an answer for this question and with no luck I am here posting my first question on stackoverflow.
Question: Can excel calculate only the active workbook before saving while other workbooks are open.
Scenario: I have a large workbook with multiple sheets of reports with formulas. The main control VBA creates multiple workbooks with multiple sheets of reports based on several variables. All report workbooks are converted to values on creation.
Problem: it takes around 20 seconds to calculate the main workbook. Thus when the VBA is trying to save and close the report workbook it calculates both the report and the main workbook which is creating performance issues.
Looking forward to your solutions.
Thanks in advance for your time.
Manoj.