how to capture data

A

Alberto Brivio

Dear All,

I have a worksheet excel composed of dde links.

I would like to know how can I do to store in a db / file data changing by
DDE.



Regards

Alberto Brivio
 
T

Tom Ogilvy

you can tie a macro to the DDE link using the SetLinkOnData command.

In xl2000 and later, the Change event also fires when a DDE link is updated.
 
Top