September 16, 2007 at 12:39 pm
Dim olApp As OutLook.Application
Set olApp = CreateObject("Outlook.Application")
end's with Run-Time error 429
ActiveX component can't create object
how to resolve the problem?
thanks
September 18, 2007 at 9:17 am
the correct disclaimers are:
1. late-binding -
Dim olApp As Object
Set olApp = CreateObject("Outlook.Application")
2. Earlier binding
Dim olApp As New Outlook.Application
but in both ways you need to connect the Outlook library into Reference list for your MS Access database:
In your project window or module window, go to Tools -> References ->
and scroll and find Microsoft Outlook library in the new window of References. Tick it and close the window.
Enjoy.
Renat aka Bibigone
April 27, 2018 at 10:29 pm
Run the sfc /scannow command in the CMD (Command Prompt) –
Go to the start menu
Search or go to the Command Prompt
Click on that and opens it
A Pop-up will open there
Type this below the following command
” sfc/scannow “
After that, press Enter there
Wait for some seconds there
After complete, close the tab
That’s it, done
Still facing the same error try other methods here
https://www.errorsolutions.tech/error/runtime-error-429/
February 7, 2022 at 5:38 am
Solution : Re-register the file specified by the error message
regsvr32 vbalexpbar4.ocx
Wait for the specified file to be successfully re-registered with your computer’s registry, and then check to see if you have managed to successfully get rid of Run-time error 429.
Regards,
Peter
Viewing 0 posts
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy