I need to export data to another program which I am told " listens on the TCP port 8099".
I am told that I need to set up a TCP client that can send and receives messages on this port.
I have also been some sample code written in Delphi (I believe) that includes things like:
<pre> TCPClient.Connect;
TCPClient.WriteLn('LCX:NAR:');
</pre>
MY questions:
Can you create a TCP Client in VBA? How?
If not, does anyone know of any add add-ins that will enable me to do this?




