S
stephenc
I've hit this problem recently in a subroutine, with code that has been
running fine for several years. I can't see what's changed in my system to
cause the problem. Very occasionally, the code works without error, but I
have not been able to find out why. Obviously, I have setup a reference to
"Microsoft Scripting Runtime".
Here's the exact error:
Run-time error '429':
ActiveX component can't create object
Dim fso As New Scripting.FileSystemObject
Set fso = New FileSystemObject '<< crashes here
I'm using Word 2002.
running fine for several years. I can't see what's changed in my system to
cause the problem. Very occasionally, the code works without error, but I
have not been able to find out why. Obviously, I have setup a reference to
"Microsoft Scripting Runtime".
Here's the exact error:
Run-time error '429':
ActiveX component can't create object
Dim fso As New Scripting.FileSystemObject
Set fso = New FileSystemObject '<< crashes here
I'm using Word 2002.