Visual basic error opening sreadsheet

Andrewrx

New Member
Joined
Aug 12, 2002
Messages
32
Never seen this before! CAN ANYONE HELP???

I have a spreadsheet, which is accessed by a number of people from different pc's, this file has a couple of simple macros for sorting data.

On one pc this file opens with an error message box.
---------------------------------------------
"Microsoft Visual Basic"
Class not registered
Looking for object with CLSID:{AC9F2F90-E877-11CE-9F68-00AA00574A4F
---------------------------------------------

The PC which has this error has just been completley re-formated having windows 98SE and Office 2000 Pro reinstalled.

Could this be something to do with my problem?

thanks
A.
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
In the VBE choose Tools, References. Compare the checked items with the machines on which the macro works.

It's probably something to do with limited installation.
 
Upvote 0
On 2002-10-16 04:39, Andrewrx wrote:
Never seen this before! CAN ANYONE HELP???

I have a spreadsheet, which is accessed by a number of people from different pc's, this file has a couple of simple macros for sorting data.

On one pc this file opens with an error message box.
---------------------------------------------
"Microsoft Visual Basic"
Class not registered
Looking for object with CLSID:{AC9F2F90-E877-11CE-9F68-00AA00574A4F
---------------------------------------------

The PC which has this error has just been completley re-formated having windows 98SE and Office 2000 Pro reinstalled.

Could this be something to do with my problem?

thanks
A.

Check your System Dir for the DLL
FM20.DLL = Microsoft Forms 2.1 FormPackage
If not present then Reinstall Office.
 
Upvote 0
Thanks for your feedback,

I have tried both these suggestions, but no joy :(

the VBE references are the same as other machines
&
the DLL file is installed

A.
 
Upvote 0
Have you tried reregistering the control

I have an example @ my Site of how to register a control...
 
Upvote 0
Have not rectified the problem.

I will re-install Office at some point to see if this can sort the error.

Many thanks
A.
 
Upvote 0
yes that is a winner!!!

Have registered the dll file and all working 100%

Brilliant

thanx again
A. :)
 
Upvote 0

Forum statistics

Threads
1,202,967
Messages
6,052,850
Members
444,603
Latest member
dustinjmangum

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