H
Hen
We have a set of templates that consist of dot files, macro's and a DLL that
contains a number of shared functions. This set has been developed in VBA on
office 97 under windows 98. We now are trying to use the same set of
templates in office 2000 under windows XP SP2. When we run the templates
under a user who has administrator rights or power user rights to the
workstation all seems to be fine. However when a user that has only user
rights tries to run the templates we get the following error:
Automation error ClassFacatory cannot supply requested
class.-2147221231(80040111)
When debugging the error seems to occur at the following line:
Public Property Get code()
Dim constant As Object
Set constant = CreateObject("sjablonen.constante")
code = constant.pass
End Property
Any ideas ?
contains a number of shared functions. This set has been developed in VBA on
office 97 under windows 98. We now are trying to use the same set of
templates in office 2000 under windows XP SP2. When we run the templates
under a user who has administrator rights or power user rights to the
workstation all seems to be fine. However when a user that has only user
rights tries to run the templates we get the following error:
Automation error ClassFacatory cannot supply requested
class.-2147221231(80040111)
When debugging the error seems to occur at the following line:
Public Property Get code()
Dim constant As Object
Set constant = CreateObject("sjablonen.constante")
code = constant.pass
End Property
Any ideas ?