Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the following macro that works great upon exiting my workbook but how
can I modify it to prevent calculations from running whenever someone opens it? There are so many formulas and so much data on each sheet that if we don't calculate each sheet manually, then we have to end task on Excel because it will not complete the calculations. Thanks! Randy Private Sub Workbook_Open() With Application .Calculation = xlManual .CalculateBeforeSave = False End With End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
prevent workbook opening if already open by someone else | Excel Discussion (Misc queries) | |||
Prevent worksheet from opening in a workbook | Excel Worksheet Functions | |||
How to prevent any one from opening my workbook | New Users to Excel | |||
Numbers stored as text prevent calculations | Excel Worksheet Functions | |||
How do I prevent AutoRun Macros when Programmatically Opening Workbook? | Excel Programming |