Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I have the following code in ThisWorkbook: Private Sub Workbook_Open() Application.Calculation = xlCalculationAutomatic End Sub Sure enough, when I examine them, every worksheet is set to automatic calculation (Tools | Options | Calculation ) But after a few minutes of usage, the worksheet(s) revert back to 'manual' calculation mode. Does this have anything to do with the way the application was originally saved? Is there a global fix? Should I be looking for some errant code or event that is flipping the calculation from 'automatic' to 'manual'? Thanks in advance.... -- elrussell ------------------------------------------------------------------------ elrussell's Profile: http://www.excelforum.com/member.php...o&userid=31020 View this thread: http://www.excelforum.com/showthread...hreadid=534391 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
As a guess you have some event driven code that change the setting on you.
Open the project in the VBE and select find (Ctrl+F). The dialog will ask where you want to search. Select entire Project. Type xlManual into the text box and execute the search. You will probably find something other than the little bit of code you have already posted. -- HTH... Jim Thomlinson "elrussell" wrote: I have the following code in ThisWorkbook: Private Sub Workbook_Open() Application.Calculation = xlCalculationAutomatic End Sub Sure enough, when I examine them, every worksheet is set to automatic calculation (Tools | Options | Calculation ) But after a few minutes of usage, the worksheet(s) revert back to 'manual' calculation mode. Does this have anything to do with the way the application was originally saved? Is there a global fix? Should I be looking for some errant code or event that is flipping the calculation from 'automatic' to 'manual'? Thanks in advance.... -- elrussell ------------------------------------------------------------------------ elrussell's Profile: http://www.excelforum.com/member.php...o&userid=31020 View this thread: http://www.excelforum.com/showthread...hreadid=534391 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
calculation Settings changing from automatic to manual | Excel Discussion (Misc queries) | |||
Calculation changing from Automatic to Manual | Excel Discussion (Misc queries) | |||
Settings Keep Changing to Manual Calculation | Excel Discussion (Misc queries) | |||
Manual Links | Links and Linking in Excel | |||
Where's the !@#$%^&*() manual? | Excel Programming |