Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 270
Default Update/Refresh Sheet?

Hi
I have a Worksheet_Change event on Sheet 1. I have some cells linked from
Sheet 1 to Sheet 2. I also have a Worksheet_Change event on Sheet 2.
When I add information on Sheet 1 the cells update on sheet 2 but the
Worksheet_Change event for sheet 2 does not run.
(I hope you are following this!)
Is there any way that the Worksheet_Change (on Sheet 2) can be made to run
when the linked cells are changed on sheet 1?
Sandy


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,355
Default Update/Refresh Sheet?

Worksheet_Change events only fire when an entry is made on the active sheet.
Nothing happens when a calculated value changes on a sheet that is not
active. For example, if you make a change on sheet 1 that changes a
calculation in sheet2, the worksheet change event for sheet 1 only will run.
If you want something to happen to sheet 2 when you change something on
Sheet1, you'll need to add it to you SHeet1 code.

"Sandy" wrote:

Hi
I have a Worksheet_Change event on Sheet 1. I have some cells linked from
Sheet 1 to Sheet 2. I also have a Worksheet_Change event on Sheet 2.
When I add information on Sheet 1 the cells update on sheet 2 but the
Worksheet_Change event for sheet 2 does not run.
(I hope you are following this!)
Is there any way that the Worksheet_Change (on Sheet 2) can be made to run
when the linked cells are changed on sheet 1?
Sandy



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
Update querytable connections and refresh data Dale Fye Excel Discussion (Misc queries) 0 November 2nd 07 03:46 PM
Update querytable connections and refresh data Dale Fye Charts and Charting in Excel 0 November 2nd 07 03:46 PM
Refresh / Update URL NickHK Excel Programming 2 October 20th 06 05:29 AM
Inability to start Excel after Refresh update kdixon7244 Excel Discussion (Misc queries) 1 September 29th 06 10:30 PM
Update cell's value without refresh screen? lantiger Excel Programming 0 May 26th 04 05:23 PM


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