mpobrien12
New Member
- Joined
- Nov 6, 2014
- Messages
- 1
Hello,
I am trying to run a macro update on a file with a lot of excel formulas that cause the file to act very slowly when set to Automatic update. The macro involves pasting various data sets from other files into the current file, applying various formulas to all rows in those datasets, which are then reported in one master sheet via countifs and sumifs formulas. To help with this, I've set the macro up so that the calculations are set to manual and the code calculates only the cells with formulas in the data sets.
The problem arises when I run all these macros together--in almost all instances, the file crashes unexpectedly while the macros are running without any error message or reason. When I run the macro updates with the formulas set to automatic update, the file never crashes but takes VERY long (almost 30 min in some cases) to update.
Does anyone have an idea of why the file crashes during the macro update when the formula calculation update is set to manual? I've been trying to figure this out for months but still have found no information on this. Any help would be GREATLY appreciated, thanks so much.
I am trying to run a macro update on a file with a lot of excel formulas that cause the file to act very slowly when set to Automatic update. The macro involves pasting various data sets from other files into the current file, applying various formulas to all rows in those datasets, which are then reported in one master sheet via countifs and sumifs formulas. To help with this, I've set the macro up so that the calculations are set to manual and the code calculates only the cells with formulas in the data sets.
The problem arises when I run all these macros together--in almost all instances, the file crashes unexpectedly while the macros are running without any error message or reason. When I run the macro updates with the formulas set to automatic update, the file never crashes but takes VERY long (almost 30 min in some cases) to update.
Does anyone have an idea of why the file crashes during the macro update when the formula calculation update is set to manual? I've been trying to figure this out for months but still have found no information on this. Any help would be GREATLY appreciated, thanks so much.