Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to turn AutoCalc off when a user opens the workbook. I've tried the
following to methods: Sub Auto_Open() Application.Calculation = xlCalculationManual End Sub Private Sub Workbook_Open() Application.Calculation = xlCalculationManual End Sub In both cases, if AutoCalc is already on, the workbook calculates before these routines are run. Any suggestions? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Turn off Autocalc before opening sheet | Excel Discussion (Misc queries) | |||
How do I turn off virus scan on opening an Excel file? | Excel Discussion (Misc queries) | |||
autocalc to complicated to turn off | Setting up and Configuration of Excel | |||
How do I turn on the Last Modified option when opening a file? | Excel Discussion (Misc queries) | |||
turn off autocalc | Excel Programming |