Won't Autocalculate

AlexSlivi

New Member
Joined
Jun 17, 2011
Messages
19
I have an Excel file where the Summary sheet is already in place and so are the calculations within the Summary sheet. And then I have to import three sheets from another workbook and do a couple macros on them in order to format them properly, create pivot tables, etc. Once that is all in place I need the Summary tab to read from the pivot tables and perform the calculations written within it.

Autocalculate is on, I've tried changing the custom cell type to general or number and those don't work, I've hit every combination of F9 possible, I've hit Calculate sheet. The only way the calculations perform is one by one if you press enter or F2.

If you could help, I'd greatly appreciate it.
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
I have an Excel file where the Summary sheet is already in place and so are the calculations within the Summary sheet. And then I have to import three sheets from another workbook and do a couple macros on them in order to format them properly, create pivot tables, etc. Once that is all in place I need the Summary tab to read from the pivot tables and perform the calculations written within it.

Autocalculate is on, I've tried changing the custom cell type to general or number and those don't work, I've hit every combination of F9 possible, I've hit Calculate sheet. The only way the calculations perform is one by one if you press enter or F2.

If you could help, I'd greatly appreciate it.

try doing it in your code


Code:
Sheets("Summary").select
 
calculate
 
Upvote 0

Forum statistics

Threads
1,224,603
Messages
6,179,856
Members
452,948
Latest member
UsmanAli786

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