L
Lars Schouw
Hi,
I get a runtime error 430 when I run a VBA script that uses RegExp.
The error message is
"class does not support automation or does not support expected
interface"
and when I press debug I can see that it stops in the source code
line:
Dim regex As RegExp: Set regex = New RegExp
It works on another PC and I checked the reference to
Microsoft VBScript Regular Expression 5.5
both mine and the other machine has the same version of vbscript.dll.
I also tried to regsvr32 the file again, and check for missing
dependent .dlls in Dependency Walker.
What can I do to make this work, except from reinstall Windows XP?
Lars
I get a runtime error 430 when I run a VBA script that uses RegExp.
The error message is
"class does not support automation or does not support expected
interface"
and when I press debug I can see that it stops in the source code
line:
Dim regex As RegExp: Set regex = New RegExp
It works on another PC and I checked the reference to
Microsoft VBScript Regular Expression 5.5
both mine and the other machine has the same version of vbscript.dll.
I also tried to regsvr32 the file again, and check for missing
dependent .dlls in Dependency Walker.
What can I do to make this work, except from reinstall Windows XP?
Lars