Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Why "Worksheet_Change" dont work under DDE link?

Worksheet_Change work correct (it appears), if I change cell content
manually. But if the contents is changed by means of DDE, Excel does not see
this change (the event does not appear). What to do?
The Answer to get in russian advisable.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default Why "Worksheet_Change" dont work under DDE link?

Hi
the change event is not triggered by this. One possible workaround:
- create a formula which references your DDE linkes cell. e.g.
=A1
- use the worksheet_calculate event

--
Regards
Frank Kabel
Frankfurt, Germany

"Goguladze" schrieb im
Newsbeitrag ...
Worksheet_Change work correct (it appears), if I change cell content
manually. But if the contents is changed by means of DDE, Excel does

not see
this change (the event does not appear). What to do?
The Answer to get in russian advisable.


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Why "Worksheet_Change" dont work under DDE link?

I believe Change is fired in xl2000 or later for a DDE link. It was only in
xl97 that it didn't work.

for DDE links you can use
SetLinkOnData - a property of the Workbook.

--
Regards,
Tom Ogilvy

"Frank Kabel" wrote in message
...
Hi
the change event is not triggered by this. One possible workaround:
- create a formula which references your DDE linkes cell. e.g.
=A1
- use the worksheet_calculate event

--
Regards
Frank Kabel
Frankfurt, Germany

"Goguladze" schrieb im
Newsbeitrag ...
Worksheet_Change work correct (it appears), if I change cell content
manually. But if the contents is changed by means of DDE, Excel does

not see
this change (the event does not appear). What to do?
The Answer to get in russian advisable.




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
=SUBSTITUTE(C4,"~?#","") will this work to remove multiple string Raja Mahendiran S Excel Worksheet Functions 6 May 12th 10 09:10 PM
CELL("filename") doesn't work on shortcut workbook link? Kevin Excel Worksheet Functions 12 February 6th 10 07:33 PM
problem with Linking workbooks via "copy" and "paste link" Arkitek Excel Discussion (Misc queries) 0 December 19th 06 10:03 PM
How do I make a "Worksheet_Change event" to show any changes to cells? [email protected] Excel Worksheet Functions 2 April 26th 06 06:28 PM
pictures to work with "data" "sort" option arad Excel Discussion (Misc queries) 1 April 18th 06 09:15 PM


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