Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 354
Default Worksheet enable calculation

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 863
Default Worksheet enable calculation

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Worksheet enable calculation

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
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
How to enable / disable re-calculation option? Eric Excel Discussion (Misc queries) 3 April 9th 10 03:15 AM
How to enable the Unprotected Worksheet menu xx Excel Worksheet Functions 1 May 15th 09 12:50 PM
How to enable macros and automatic calculation on Excel Viewer? David Excel Worksheet Functions 2 April 5th 07 08:53 PM
How can I enable circular calculation permanently? Scube-Ron Setting up and Configuration of Excel 1 January 27th 05 01:22 AM
Enable and disable worksheet controls? William Deleo Excel Programming 8 December 23rd 03 12:59 PM


All times are GMT +1. The time now is 05:16 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"