Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 112
Default Inter-Connected Worksheet_Calculate events

I was suprised to note that an inter-dependency developed between different
sheets, which do access the same data, but none of which changes that data.

For example: Sheet1 and Sheet2 both access data on Sheet3. Neither Sheet1
or Sheet2 modifies the data on Sheet3. However the simple act of entering
new data in Sheet1, which causes Sheet1 to access data on Sheet3 (without
changing Sheet3), forces a "Worksheet_Calculate" event on Sheet2 - the
reverse is also true, any change on Sheet2 forces a "Worksheet_Calculate"
event on Sheet1.

I would have expected the "Worksheet_Calculate" events of Sheets1 and 2 to
remain independent.

Notes:
The "Worksheet_Calculate" event for Sheet3 does not occur.

Sheets 1 & 2 utilize the "Today()" function

Sheet2 has a Chart who's source data is on the same sheet.

Sheets 1 & 2 utilize UDF's, but they do not share any UDF's, nor do the
UDF's affect any changes to any common source data.

Does anyone have any comment as to whether this inter-dependency between
Sheet1 and Sheet2 is normal?

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 112
Default Inter-Connected Worksheet_Calculate events

For anyone who may read this - the problem was the function "Today()".

"mickey" wrote:

I was suprised to note that an inter-dependency developed between different
sheets, which do access the same data, but none of which changes that data.

For example: Sheet1 and Sheet2 both access data on Sheet3. Neither Sheet1
or Sheet2 modifies the data on Sheet3. However the simple act of entering
new data in Sheet1, which causes Sheet1 to access data on Sheet3 (without
changing Sheet3), forces a "Worksheet_Calculate" event on Sheet2 - the
reverse is also true, any change on Sheet2 forces a "Worksheet_Calculate"
event on Sheet1.

I would have expected the "Worksheet_Calculate" events of Sheets1 and 2 to
remain independent.

Notes:
The "Worksheet_Calculate" event for Sheet3 does not occur.

Sheets 1 & 2 utilize the "Today()" function

Sheet2 has a Chart who's source data is on the same sheet.

Sheets 1 & 2 utilize UDF's, but they do not share any UDF's, nor do the
UDF's affect any changes to any common source data.

Does anyone have any comment as to whether this inter-dependency between
Sheet1 and Sheet2 is normal?

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
inter-dependency kc Excel Worksheet Functions 1 February 13th 09 03:52 AM
worksheet_calculate enyaw Excel Discussion (Misc queries) 0 January 26th 07 08:14 AM
Worksheet_calculate() Alex Excel Programming 1 August 30th 05 10:09 PM
[email protected] Ron de Bruin Excel Discussion (Misc queries) 1 July 21st 05 01:07 PM
worksheet_calculate **help** tommyboy Excel Programming 2 June 29th 04 08:33 AM


All times are GMT +1. The time now is 10:56 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"