Could not load an object because it is not available on this machine

  • Thread starter Thread starter H.A. de Wilde
  • Start date Start date
H

H.A. de Wilde

I have made an Excel-VBA Project using a User Form with the DTPicker
Control.
Unfortunately this program does not work on the machines of the persons
who have to work with this program.
The Error Message: "Could not load an object because it is not
available on this machine" appears.

Can someone please help me to solve this problem?
 
Dear Duncan,

thank you for your reply.
I hope our IT-department will install this file on the machines. Else
will be forced to use TextBoxes instead.

I found out that the file MscomctL.ocx is already installed. Do yo
know if it is possible to use the DTPicker (or something similar) fro
this file?

Kind regards,

hug
 
do you have a file called "dtpicker.exe" on your machine? small chance
this might just want adding to all users, if not you can always try
registering the other file by:

Try Windows Key + R
Then type Regsvr32 mscomctl.ocx and press enter

I am not entirely sure about using this control, I have run into
problems before and ended up using textboxes

Duncan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top