Recalc only 1 range of 1 worksheet, other sheets AutoRecalc

SteveInAlabama

Board Regular
Joined
Aug 22, 2002
Messages
94
I have a workbook with multiple sheets used by operators in our factory. One of the sheets has some slow arrays that keep recalcing whenever a cell value is changed anywhere in the workbook, and the recalc bogs down all data entry on the other sheets. (The arrays call data from another source).

What I would like to have happen is that the range with the array (say A1:B100) on the heavy-duty sheet doesn't recalc except by a "Refresh" pushbutton, and the rest of that sheet as well as the others Automatic recalc so the users don't have to know about F9? Is this possible? If not, any workarounds? Now I'm wondering if I moved the array to a separate sheet by itself.... I'm not at work to try that.
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
You can't have automatic calculation refer to only certain sheets, but you could set calculation to manual and use worksheet_change and worksheet_activate events to run activesheet.calculate on those worksheets you want to pseudo-automatically calculate.
 
Upvote 0

Forum statistics

Threads
1,214,808
Messages
6,121,684
Members
449,048
Latest member
81jamesacct

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