Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8,520
Default msWinSck.ocx: Run-Time Error 429 ActiveX Component can't create ob

Check out the below link
http://www.ostrosoft.com/oswinsck/oswinsck_vba.asp

If this post helps click Yes
---------------
Jacob Skaria


"faffo1980" wrote:

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

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22
Default msWinSck.ocx: Run-Time Error 429 ActiveX Component can't creat

Hi,
thanks for the help but I already saw the link and it didn't work.

Thanks again

faffo1980

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8,520
Default msWinSck.ocx: Run-Time Error 429 ActiveX Component can't creat

Hope you have a licensed version. See the installation procedures here
http://www.piclist.com/techref/os/win/instMSwinsock.htm

If this post helps click Yes
---------------
Jacob Skaria


"faffo1980" wrote:

Hi,
thanks for the help but I already saw the link and it didn't work.

Thanks again

faffo1980

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22
Default msWinSck.ocx: Run-Time Error 429 ActiveX Component can't creat

How can I verify if whether my version is a licensed one?




  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default msWinSck.ocx: Run-Time Error 429 ActiveX Component can't create ob

Do you have the latest update -

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

This works solves the subject is not trusted issue for me. Not sure if you
need to have VB6 installed (I do)

Regards,
Peter T

"faffo1980" wrote in message
...
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



  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22
Default msWinSck.ocx: Run-Time Error 429 ActiveX Component can't creat

Thanks Peter T,
i will try to install VB6, but I need to get it.

Thanks

FAffo1980


"Peter T" wrote:

Do you have the latest update -

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

This works solves the subject is not trusted issue for me. Not sure if you
need to have VB6 installed (I do)

Regards,
Peter T

"faffo1980" wrote in message
...
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




  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default msWinSck.ocx: Run-Time Error 429 ActiveX Component can't creat

Hope there's no misunderstanding. When I said "I do" I meant I already had
VB6 installed. I vaguely recall that the Winsock is only licensed to VB6
users though I assume can be redistributed by VB6 users, not sure about the
status.

Regards,
Peter T


"faffo1980" wrote in message
...
Thanks Peter T,
i will try to install VB6, but I need to get it.

Thanks

FAffo1980


"Peter T" wrote:

Do you have the latest update -

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

This works solves the subject is not trusted issue for me. Not sure if
you
need to have VB6 installed (I do)

Regards,
Peter T

"faffo1980" wrote in message
...
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






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
VBA fails with Run-time Error 429 "ActiveX component can't create object" [email protected] Excel Programming 1 June 4th 09 11:43 AM
VBA fails with Run-time Error 429 "ActiveX component can't create object" [email protected] Excel Programming 0 June 3rd 09 10:36 PM
Error 429 ActiveX Component can't create object Mike Hartsough Excel Programming 2 September 26th 06 03:00 PM
intermittent error - ActiveX component can't create object Naveen Excel Programming 1 December 30th 04 05:11 PM
error 429: ActiveX component can't create object GerryM Excel Programming 0 October 13th 04 05:53 PM


All times are GMT +1. The time now is 03:37 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"