Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I try to use the Worksheet change event. But the cell, which one I want to look if it will change, changes as a result of an extern source (I guess that's a DDE). But then the worksheet change function doesn't work anymore. Does anybody know an alternative Thank tou, Pluut -- Pluut ------------------------------------------------------------------------ Pluut's Profile: http://www.excelforum.com/member.php...o&userid=37236 View this thread: http://www.excelforum.com/showthread...hreadid=574192 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try:
Application.OnData "your_macro_name" -- Gary''s Student "Pluut" wrote: I try to use the Worksheet change event. But the cell, which one I want to look if it will change, changes as a result of an extern source (I guess that's a DDE). But then the worksheet change function doesn't work anymore. Does anybody know an alternative Thank tou, Pluut -- Pluut ------------------------------------------------------------------------ Pluut's Profile: http://www.excelforum.com/member.php...o&userid=37236 View this thread: http://www.excelforum.com/showthread...hreadid=574192 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
DDE does not fire the _Change event (apparently).
You can use ThisWorkbook.SetLinkOnData DDE does fire the _Calculate event as needed though. Never used DDE, just what I've read. NickHK "Pluut" ¼¶¼g©ó¶l¥ó·s»D:Pluut.2cy3rr_1156256710.9738@excelf orum-nospam.com... I try to use the Worksheet change event. But the cell, which one I want to look if it will change, changes as a result of an extern source (I guess that's a DDE). But then the worksheet change function doesn't work anymore. Does anybody know an alternative Thank tou, Pluut -- Pluut ------------------------------------------------------------------------ Pluut's Profile: http://www.excelforum.com/member.php...o&userid=37236 View this thread: http://www.excelforum.com/showthread...hreadid=574192 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to change the pivot chart automaticaly as values in the worksheet change | Excel Worksheet Functions | |||
change formula in a shared worksheet without losing change history | Excel Worksheet Functions | |||
Change in one Worksheet Activates Another Worksheet Change | Excel Programming | |||
Cell value change to trigger macro (worksheet change event?) | Excel Programming | |||
Change Cell from Validated List Not Firing Worksheet Change Event | Excel Programming |