Excel DDE and Socket C#

R

Raymond Chiu

Dear all,



I have the project which is mainly based on excel DDE and it is server and
client program.

In server, there is 1000 random numbers generating per second. It is not
excel based. It may be c sharp program acting as socket server.



In client, it is excel file with custom functions. If user type in the
formula in the cell e.g. getnumber("10"), it will get the current number 10
value in the server. It is hoped that the server and client data refresh in
real time.



I really don't know how DDE Excel apply in this case?? Would socket
programming apply in this case??

Do you have any instructions to teach me how to do??
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top