View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
faffo1980 faffo1980 is offline
external usenet poster
 
Posts: 22
Default msWinSck.ocx: Run-Time Error 429 ActiveX Component can't create ob

Hi all,
i am trying to use a socket controller inside a VBA application.
I'm using Windows Vista and Excel 2003.
I downloaded the winSock.ocx file and put it in c:\windows\system32
Then I registered the library through the regsvr32 command.

Unfortunately I keep on getting errors:
- If I try to istantiate the winsock object run time I get the error 429 in
the subject
- If I try to put the controller inside a form I receive another error; i
translate it from the italian message: "subject is not authorized executing
specified action"

Could anyone help me?

Thanks for your help

faffo1980