Manual Calculation doesn't prevent calculation on the first change?

Cowsheepo

New Member
Joined
Sep 14, 2015
Messages
4
Sorry if this has been answered before, I couldn't think of a search term that would answer my question.

Essentially, I have an input sheet and a very hefty calculation sheet. On opening the input sheet, and after calculating, calculation mode is set to manual.

After that, when I make a change to the input sheet, excel hangs and becomes not responding for around 10 seconds, as if it is calculating. After that the changes are instant and it doesn't hang.

Does anybody have any idea of how to stop it from doing this?
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
There are many, many things that could cause a delay like you have described. Please post the code and maybe one of us can find the bottleneck. :-)
 
Upvote 0
I'm hesitant to send the spreadsheet since it's fairly confidential.

In the end, I just worked around the issue using Sheet.Range.CalculateRowMajorOrder so that no dependencies or anything was calculating, meaning it's nice and quick.
 
Upvote 0

Forum statistics

Threads
1,223,714
Messages
6,174,044
Members
452,542
Latest member
Bricklin

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top