View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] bshumsky06@yahoo.com is offline
external usenet poster
 
Posts: 8
Default Using SocketWrench

Hi,
I am trying to create a socket from within vba to send and receive
simple commands to a server listening on a port. I think that the
socketwrench program from Catalyst software would be a good tool to use
for this
(http://www.catalyst.com/products/soc...rd/index.html).
They have documentation in for how to use it in VB but not VBA. Does
anyone have any examples of how to use it in VBA?

Thanks