Migrating DDE

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Herbert Meier

    #1

    Migrating DDE

    Hello

    Here is my problem. I have an Excelsheet that gets continuously updated by a
    third party program. My VB program must react when a specific data cell in
    the worksheet changes. So far I am using VB6, and it is very straightforward
    to bind a field of my VB program via DDE to the Excel cell and use the
    change event of my VB field. Now I would like to know how this is best
    solved in VB.net, since DDE is no longer supported. Any hint is greatly
    appreciated.

    Thanks
    Herb


Working...