Hi,
I have a weird issue with a vba macro I am running. the macro opens up another large workbook which performs calculations using an addin called proj_result. This is actually a Prophet add-in (if anyone on here uses Prophet this may be something you can solve).
Basically the workbook calculates fine for the first set of inputs, but once it is finished and I try to save this data then input a new set of variables, the add-in runs so slowly that excel just freezes.
I have tried closing the workbook after the first run, then re-opening the original template, but it still has the same issue of hanging. It seems there is something cached which breaks excel. The only way to get the template to run again is to close excel completely via task manager.
Does anyone know how I can either fully kill the workbook after the first run, so it will not impact the second run when I re-open the template? Or any other suggestions to get around the problem??
I have a weird issue with a vba macro I am running. the macro opens up another large workbook which performs calculations using an addin called proj_result. This is actually a Prophet add-in (if anyone on here uses Prophet this may be something you can solve).
Basically the workbook calculates fine for the first set of inputs, but once it is finished and I try to save this data then input a new set of variables, the add-in runs so slowly that excel just freezes.
I have tried closing the workbook after the first run, then re-opening the original template, but it still has the same issue of hanging. It seems there is something cached which breaks excel. The only way to get the template to run again is to close excel completely via task manager.
Does anyone know how I can either fully kill the workbook after the first run, so it will not impact the second run when I re-open the template? Or any other suggestions to get around the problem??