
05-06-2010, 07:09 AM
|
|
Freshman
|
|
Join Date: Dec 2005
Posts: 42
|
|
Error in loading DLL
|
I am working with an Excel application that has an OCX spreadsheet control placed in a userform. The application is located in a server and used by several users from different computers.
I already registered the control in the user's computers and so far it has worked fine except for the users who use Office 2007.
When the workbook is opened they get a "Error in loading DLL" message.
As far as I know the DLL related with the spreasheet control is MSO.DLL.
I already put this DLL in the users computer and referenced it in the Reference menu in VB; and the "Microsoft Office 12.0 Object Library" option is marked.
I can even put the Spreadsheet control in other Excel files with no problem.
Am I using the correct DLL file? Any help please.....
|
|