Error 429: ActiveX component can’t create object

Asked By 20 points N/A Posted on -
qa-featured

Hi, I always get  the “error 429: Active X component can’t create object” which keeps on appearing when I try creating a report on employees and their salary records on quick books. Does this therefore mean that, this feature is not compatible with the office 2010 of a 64-bit version? How can I be able to use excel 2010 on 64-bits without necessarily downgrading to 32-bit version?

SHARE
Answered By 15 points N/A #151704

Error 429: ActiveX component can’t create object

qa-featured

Run-Time Error 429 usually occurs when using either New Operator or Create Object function in Microsoft Visual Basic. This error occurs when you try to automate office application. The Component Object Model (COM) cannot create the requested Automation object, and the Automation object is therefore unavailable to Visual Basic. Maybe there is a mistake in the application, mistake in the system configuration, or a missing or damaged component. You may try to fix this issue by re-registering the application C:ProgramFilesMicrosoftOfficeOfficeExcel.exe/regserver and hit OK. For more information about troubleshooting Error 429 and other errors visit link https://developer.microsoft.com/en-us/office/docs.  

Related Questions