Dear all,
I have the server and client program. Server is C Sharp Program with window form containing 1000 items with random number as value. And these items value will change per second.
In Client, it is excel. I hope that when I type a formula such as =getdata(10) to return the item 10 value in the server window form. Moreover, the cell will keep refresh after item 10 value change.
As I find the below link:
http://www.mrexcel.com/archive/Links/25861.html
What is the abDDE in the link above??
Can it use in my case??
Please help!!!