Worksheet open events

krissz

Board Regular
Joined
Feb 21, 2010
Messages
95
I have an excel application which automatically updates from over 50 files when it is opened. Recalculation seems to occur each time a sheet is refreshed, which makes opening rather lengthy.
I know I can use an event (Worksheet_Open I believe) to turn off automatic recalculation, but what can I use to turn it back on again ?
Also, where should any such proceedures be placed ?
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
For dealing with this, there is no code. Each set of data is imported into a seperate excel sheet using the standard options available from the dat menu; they are then set to automatically update when the application is opened.
The code that exists deals entirely with other aspects of the application, namely data handling & processing plus the reports.
I have asked as I have no experience in this sector - I am looking for a way to disable calculation (easy) & then re-enable it (how ?).
 
Upvote 0

Forum statistics

Threads
1,216,040
Messages
6,128,454
Members
449,455
Latest member
jesski

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