View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
joel joel is offline
external usenet poster
 
Posts: 9,101
Default Excel Socket Programming of client side

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

"rchiuhk" wrote:

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!!