Turning off calculations on specific tabs

larsonnj

New Member
Joined
Jul 8, 2014
Messages
5
I am working with a multi tab worksheet. The first tab is where all the data is input and the rest are a lot of data analysis. When the calculations are running data entry is extremely delayed. When I set Calculation Options to Manual it seems that it does not remain manual if I reopen it. Is there an easier way to simply shut off those specific tabs entirely? It would be nice if they were automatically off when opened and could be turned back on.
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
I am working with a multi tab worksheet. The first tab is where all the data is input and the rest are a lot of data analysis. When the calculations are running data entry is extremely delayed. When I set Calculation Options to Manual it seems that it does not remain manual if I reopen it. Is there an easier way to simply shut off those specific tabs entirely? It would be nice if they were automatically off when opened and could be turned back on.
Not that I'm aware of.

When you open a workbook with one or more other workbooks open, Calculation in the workbook you open will be set to whatever setting is in effect prior to the open, even if Calculation was set to Manual when you saved and closed the workbook. You can add Workbook_Open event code to your workbook so that Calculation is set to Manual after the workbook is open, but even then, if other workbooks are open and Calc is automatic prior to the open event, your workbook will calculate before the code sets Calc to Manual.

I try to remember to set Calc to Manual when I open a workbook I don't want to calculate on opening.
 
Upvote 0
Taking into account JoeMo's point about other workbooks being open at the same time, is that likely to be an issue for you?
I had not considered other workbooks being open :(
 
Upvote 0

Forum statistics

Threads
1,216,555
Messages
6,131,374
Members
449,647
Latest member
pbapro2b

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