View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bill Renaud[_2_] Bill Renaud[_2_] is offline
external usenet poster
 
Posts: 117
Default Excel VBD DDEInitiate problem

Did you search the MSDN Library for "Network DDE"?
http://search.microsoft.com/search/r...n&st=b&c=4&s=2

--
Regards,
Bill


"bbombardier " wrote in message
...
Hi there,

I'am using a script with the DDEInitiate command.

The DDE communication is over a network and it's working fine.

My command look's like this;

Channel = DDEInitiate ("\\PCName\ApplName","Topic")

I want to put the IP adress instead of the PCName ex:

Channel = DDEInitiate ("\\10.131.34.5\ApplName","Topic")

This is not working, why ????

Any idea someone.

Thanks


---
Message posted from http://www.ExcelForum.com/