Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default How to Monitor a change in a formula's result?

Is there a routine that can be used to monitor a formula
and open a msgbox when the formula's result changes?
Worksheet_Change,
Workbook_SheetChange, and
Workbook_SheetCalculate
will not do this, they only react to changes
in the actual contents of the cell, not
changes in what is displayed when a formula
updates.

I'm desperate, please help???!!!???
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default How to Monitor a change in a formula's result?

You would have to use the calculate event and store the previous result in a
variable, comparing against that to determine if there has been a change.

--
Regards,
Tom Ogilvy

Gary Desroches wrote in message
...
Is there a routine that can be used to monitor a formula
and open a msgbox when the formula's result changes?
Worksheet_Change,
Workbook_SheetChange, and
Workbook_SheetCalculate
will not do this, they only react to changes
in the actual contents of the cell, not
changes in what is displayed when a formula
updates.

I'm desperate, please help???!!!???



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
round a formula's result howdylee Excel Worksheet Functions 3 December 31st 08 11:22 PM
Cell displays formula instead of the formula's result Bob Excel Worksheet Functions 3 June 23rd 07 12:46 PM
CELL & TEXT COLORS DO NOT CHANGE ON MY PC MONITOR COLOR PROBLEMS Excel Discussion (Misc queries) 2 January 19th 06 05:23 PM
Can I show a formula's result on a worksheet tab? ukplay Excel Worksheet Functions 1 September 6th 05 04:16 PM
how do i copy a formula's result to another cell, without copying. Mili Excel Worksheet Functions 1 March 29th 05 01:53 AM


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