Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I would like to know how I can disable the enablecalculation function of each worksheet in my workbook? I go and change the setting to false, but when I reopen the xls it is always reset to true. I need it to always be false for this one xls but enabled for all others. Thanks, Daniel |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You could use an event macro, Workbook_Open, in the ThisWorkbook module, that
changes the setting for each sheet. On Tue, 19 Oct 2004 13:31:04 -0700, Daniel wrote: Hello, I would like to know how I can disable the enablecalculation function of each worksheet in my workbook? I go and change the setting to false, but when I reopen the xls it is always reset to true. I need it to always be false for this one xls but enabled for all others. Thanks, Daniel |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Set it in the workbook_Open event and then manage it with workbook_activate
and workbook_deactivate http://www.cpearson.com/excel/events.htm Chip Pearson's page on events. -- Regards, Tom Ogilvy "Daniel" wrote in message ... Hello, I would like to know how I can disable the enablecalculation function of each worksheet in my workbook? I go and change the setting to false, but when I reopen the xls it is always reset to true. I need it to always be false for this one xls but enabled for all others. Thanks, Daniel |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to enable / disable re-calculation option? | Excel Discussion (Misc queries) | |||
How to enable the Unprotected Worksheet menu | Excel Worksheet Functions | |||
How to enable macros and automatic calculation on Excel Viewer? | Excel Worksheet Functions | |||
How can I enable circular calculation permanently? | Setting up and Configuration of Excel | |||
Enable and disable worksheet controls? | Excel Programming |