LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Help - setting up manual recalculation when opeing a file (but before it starts recalculating)

My file is loaded with custom functions and therefore recalculates
very slowly. To make it easier to work with the file I set it to
"manual" calculations.
However, I have a problem when opening the file - it immediately
starts recalculating and it takes forever for the file to open. The
only solution is to set options to manual calculation before opening
the file. I tried to automate this by writing a code under
"ThisWorkbook" object:

Private Sub Workbook_Open()

Application.Calculation = xlCalculationManual

End Sub

Unfortunately, it didn't solve the problem. This code doesn't seem to
be working - the file still recalculates when I open it. Is there a
way to automate this and set options to manual calculation when
opening the file, but before it starts recalculating everything?

Thank you for your help.

German.

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Opeing older files in Excel 2007 - file date-stamp amended Tim Childs[_4_] Excel Discussion (Misc queries) 0 June 29th 11 08:27 PM
keep manual recalculation mode on Greg Excel Worksheet Functions 2 January 26th 10 03:43 PM
recalculation not recalculating some cells containing user functio velvetlady Excel Discussion (Misc queries) 2 January 14th 10 07:31 PM
Error opeing file Melanie Excel Discussion (Misc queries) 0 August 5th 08 09:07 PM
Manual calculation setting skewey Excel Discussion (Misc queries) 1 February 2nd 08 04:37 PM


All times are GMT +1. The time now is 11:19 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"