Excel Socket Programming of client side

  • Thread starter Thread starter rchiuhk
  • Start date Start date
R

rchiuhk

Dear all,
Do you have any reference about socket programming of client in excel??
Is it possible??

Do you have any e-books, possibly free??

Please help!!
 
the Win32 DLLs will run from excel if you declare the library functions. Do
you know which win32 Dlls you want to use? I can help.

I assume you want to setup an ethernet port to send or recive data. Or are
you trying to pipe data through a process?

see this microsoft webpage

http://support.microsoft.com/kb/237688


There are books if you do a google search under

socket win32 visual basic
 
Back
Top