View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Eddy-2d Eddy-2d is offline
external usenet poster
 
Posts: 1
Default I want to bridge commands from excel between 2 different software

Hi,
I am a small trader. I want to relay data from one broker's software to
excel so I can spread the risk of my capital between the two of them. (No
broker can completely guarantee the safety of deposits).
I want to send a buy and sell command from thee first broker (has an Excel
API and DDE facility) . '1' is for buy and '2' is for sell. When Excel
receives this command, it should relay it to the other software.

Could you help me out here?