Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default detect cell change


hello,

how can i fire an event if cell a1 is updated via a link?
the worksheet_change event only works after manual entry in cell a1.

ok thanks
frank


--
diepenbos
------------------------------------------------------------------------
diepenbos's Profile: http://www.excelforum.com/member.php...o&userid=21124
View this thread: http://www.excelforum.com/showthread...hreadid=396643

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 86
Default detect cell change

How about if you set up a Worksheet Change Event that would trap changes to
any cell in the worksheet rather than just the cell you are interested in.
Each time the macro is tripped it would compare the value in the special cell
to the value at the previous entry. (you would need to declare some kind of
static variable to retain the memory)

Since this is of general interest, please re-post if you can get something
like it to work.

Good Luck
--
Gary's Student


"diepenbos" wrote:


hello,

how can i fire an event if cell a1 is updated via a link?
the worksheet_change event only works after manual entry in cell a1.

ok thanks
frank


--
diepenbos
------------------------------------------------------------------------
diepenbos's Profile: http://www.excelforum.com/member.php...o&userid=21124
View this thread: http://www.excelforum.com/showthread...hreadid=396643


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
Autofill: can it detect change in value? Margie Excel Discussion (Misc queries) 3 December 9th 09 05:49 PM
VB ; How do I detect a Comment in a cell rdwj Excel Discussion (Misc queries) 5 June 4th 08 09:17 PM
How to detect characters in cell? Eric Excel Discussion (Misc queries) 1 November 10th 07 02:02 PM
Detect Value change of a Cell Stone[_3_] Excel Programming 2 August 9th 05 09:19 PM
How to detect if a cell is formula Frank Kabel Excel Programming 0 May 24th 04 07:48 AM


All times are GMT +1. The time now is 12:13 PM.

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"