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 ?
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 ?