Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 134
Default DDE links not updating after stepping into VBA code

I have a workbook with DDE links that I am debugging.

It is inconvenient that any time I step into the code the DDE links stop
updating and the only way to get them updating again is to exit Excel
altogether and launch it again. Closing the workbook is not enough.

It happens even if I execute some trivial lines not DDE related.

This does not happen when the VBA code is run programmatically.

Why is this and can it be avoided?

At the moment, every little change requires to exit excel and back which is
quite inconvenient.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,582
Default DDE links not updating after stepping into VBA code

Is there some kind of event-driven procedures that are activated by a DDE
update? These may be deactivated by stepping through code or editing certain
things in the VBE. The DDE may still be operating, but the analysis and
display that may be kicked off by the events will cease.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"Antonio" wrote in message
...
I have a workbook with DDE links that I am debugging.

It is inconvenient that any time I step into the code the DDE links stop
updating and the only way to get them updating again is to exit Excel
altogether and launch it again. Closing the workbook is not enough.

It happens even if I execute some trivial lines not DDE related.

This does not happen when the VBA code is run programmatically.

Why is this and can it be avoided?

At the moment, every little change requires to exit excel and back which
is
quite inconvenient.



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
Stepping through Code Jim May Excel Discussion (Misc queries) 9 October 25th 07 01:40 PM
Stepping through Code ben Excel Programming 7 February 8th 06 09:45 PM
VBA Code works by stepping through, not by running JbL Excel Programming 7 November 4th 04 02:49 PM
Stepping through VBA code in Excel Bill Murphy Excel Programming 2 May 14th 04 04:29 AM
Stepping through VBA code in Excel Bill Murphy Excel Programming 0 May 14th 04 02:09 AM


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