The Operation on the OLE Object Failed

nagarjuvnc

New member
Local time
Today, 12:58
Joined
Nov 27, 2018
Messages
9
I am using Microsoft Access 2003
Operating system Windows 7 32 bit
I want to insert Activex Controller Common Dialog Class into a form
I am getting error message that is "The Operation on the OLE Object Failed, The OLE Server may not be registered, To register OLE Server, reinstall it."
Please help me How register/re install this Common Dialog Class
Thank you
 

Attachments

  • Capture.PNG
    Capture.PNG
    46.3 KB · Views: 296
Last edited:
Hi
Please can you stop creating multiple threads for what is essentially the same question. You have created 4 already and I've already merged two of these.

You need to add the common dialog control reference to your app.
Open the VBE, click Tools ...References and look at the list of ticked references in use. I've highlighted the one you want.

attachment.php


If its not ticked, scroll down, find and tick it.
If marked missing or not in the list, you will need to browse your PC for it.
If not on your PC, download it from a reputable place then (if necessary) register it using regsvr32 - Google how to do this

I think the code in your previous thread will still fail as there seem to be issues with it ... but one step at a time
 

Attachments

  • Capture.PNG
    Capture.PNG
    11.7 KB · Views: 1,182
Last edited:
I have Downloaded and registered. but I have not seen in the reference of Microsoft vba code
 
Browse to the location you installed and registered it.
 
I have downloaded from here.
"microsoft.com/en-us/download/details.aspx?id=10019"
Please help me where can i download it Please
 
Don't understand.
You've downloaded it so why do you need to know where to download it from?
 
:banghead:
That is not working sir.
Please help Where can i get it sir.:confused:
Thank you.
 
Search for it online. I've never need to download it so can't advise.
You already had a link. What was wrong with that?
 

Users who are viewing this thread

Back
Top Bottom