placing .OCX file on another machine

kyle_o

New Member
Joined
Dec 18, 2002
Messages
18
Ok, I have an Excel app that includes an object that was installed on my machine. The objet is "Microsoft Monthview Control 6.0 (SP4)". The file is located in my \System32 directory and is called MSCOMCT2.OCX

I have now begun rolling this application out to some of the other people at our office for testing. Everything works great EXCEPT on one machine, it is unable to load the Monthview Control object.

Checking in her system32 directory (she has Win2000 and I have WinXP), the MSCOMCT2.OCX file is not there. I copied the file to her system32 directory and restarted her machine but this didn't solve the problem.

How do I get the MSCOMCT2.OCX file installed properly on her machine? :oops:
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
You have to register the OCX to Windows.

i.e.; find regsvr32.exe in the target PC and drag the OCX file on top of the regsvr32.exe icon. You may need to reboot the PC.

After this, set your references in your project, on the target PC.
 
Upvote 0

Forum statistics

Threads
1,215,494
Messages
6,125,139
Members
449,207
Latest member
VictorSiwiide

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top