View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Anand Nichkaode Anand Nichkaode is offline
external usenet poster
 
Posts: 53
Default Winsock.sendData

Hi,

I am using Winsock control in my XLAM which connects to socket created by
Java and receives command to work upon.

I encountered an error "Run-time Error 1309" which is throws when
Winsock.Sendata(string) is called.

This error appears at randomly. I have added DoEvents before calling
Senddata method.

Does anybody have any idea what is causing Winsock to throw the error?

Thanks in advance.

-Anand