+ Reply to Thread
Results 1 to 8 of 8

VBA Excel : Run time error '429': ActiveX component can't create object

  1. #1
    Registered User
    Join Date
    04-20-2013
    Location
    hyderabad
    MS-Off Ver
    Excel 2010
    Posts
    5

    Thumbs up VBA Excel : Run time error '429': ActiveX component can't create object

    I working on VBA with Excel, Which working fine with windows OS (32 bit) and office 2007(office 32 bit) When i started work on Windows 8 (64 bit) and office 2010 (64 bit) i was unable to run the application so for below line of code i added because of excel office 2010 is comes with VBA7.

    Please Login or Register  to view this content.
    it worked fine But when i try to Access the Application(excel sheet) i am getting

    Error "Runtime Error 429 - ActiveX Component Can't Create Object "


    My Problem : I Have Issue only with 64 bit Windows 8 and 64 bit Office 2010
    1. did any mistake in above Declared Code ?
    2. Can force to run 32 bit COM object on 64 bit OS and How ?

    Here creating the COM Object

    Please Login or Register  to view this content.

  2. #2
    Forum Guru Norie's Avatar
    Join Date
    02-02-2005
    Location
    Stirling, Scotland
    MS-Off Ver
    Microsoft Office 365
    Posts
    19,643
    Does that code need those declarations?
    If posting code please use code tags, see here.

  3. #3
    Registered User
    Join Date
    04-20-2013
    Location
    hyderabad
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: VBA Excel : Run time error '429': ActiveX component can't create object

    Yes If we want to execute on 64 bit office.

    Is there any alternative for that code or solutions ?

  4. #4
    Forum Guru Norie's Avatar
    Join Date
    02-02-2005
    Location
    Stirling, Scotland
    MS-Off Ver
    Microsoft Office 365
    Posts
    19,643

    Re: VBA Excel : Run time error '429': ActiveX component can't create object

    Sorry, I don't think you understand what I meant.

    This code doesn't use or reference any of the functions you have declared.
    Please Login or Register  to view this content.
    So I'm not sure the declarations are relevant to the problem.
    Last edited by Norie; 04-20-2013 at 01:17 PM.

  5. #5
    Registered User
    Join Date
    04-20-2013
    Location
    hyderabad
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: VBA Excel : Run time error '429': ActiveX component can't create object

    You are right..

  6. #6
    Forum Guru Norie's Avatar
    Join Date
    02-02-2005
    Location
    Stirling, Scotland
    MS-Off Ver
    Microsoft Office 365
    Posts
    19,643

    Re: VBA Excel : Run time error '429': ActiveX component can't create object

    Have you made sure you have the relevant references for SriptControl and NavFunctions?

    The reference for ScriptControl is, on my maching anyway, Microsoft Script Control 1.0.

    Not sure about NavFunctions, is that something you've created yourself?

  7. #7
    Registered User
    Join Date
    04-20-2013
    Location
    hyderabad
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: VBA Excel : Run time error '429': ActiveX component can't create object

    i sure i have reference for SriptControl and leave it NavFunctions (no need of use NavFunctions)

  8. #8
    Registered User
    Join Date
    04-20-2013
    Location
    hyderabad
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: VBA Excel : Run time error '429': ActiveX component can't create object

    No need for the declarations of NavFunctions , but i need to declare ScriptControl

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1