Hi folks,
I have noticed this issue a couple of time and I know the solution but have no idea how it happens. Just wondering if anyone has seen this before?
On a couple of users computers, not all users and not a the same time, users have been been getting errors in VBA where the Microsoft Scripting Runtime (c:\windows\system32\scrrun.dll) is registered. The code would have been working previously with no changes made on the same computer.
When I investigated the error I have found that Microsoft Scripting Runtime was marked as Missing, in the references, and when I removed it and went to add it again it was not in the list of references. Also if I browsed to the file I could not add it as reference.
When I ran
everything worked perfectly again.
Does anyone know what might have caused the dll to become unregistered?
Cheers!
I have noticed this issue a couple of time and I know the solution but have no idea how it happens. Just wondering if anyone has seen this before?
On a couple of users computers, not all users and not a the same time, users have been been getting errors in VBA where the Microsoft Scripting Runtime (c:\windows\system32\scrrun.dll) is registered. The code would have been working previously with no changes made on the same computer.
When I investigated the error I have found that Microsoft Scripting Runtime was marked as Missing, in the references, and when I removed it and went to add it again it was not in the list of references. Also if I browsed to the file I could not add it as reference.
When I ran
Code:
regsvr32 "c:\windows\system32\scrrun.dll"
Does anyone know what might have caused the dll to become unregistered?
Cheers!