hall
Oct 28th, 2000, 09:42 AM
Help! I am trying to create a file system object such that I can copy files, delete files, copy folders, etc using the code below.
Dim fso
Set fso = CreateObject("Scripting.FileSystemObject")
I thought that all I had to do to use this code was to make sure that the scrrun.dll file was available on the system directory. The puzzling thing is that I have used this same code numerous times without a problem. Now, I get the following error message when I try to run old applications or create new ones.
Run time error ‘429’
ActiveX Component can’t create object.
Any ideas????
Dim fso
Set fso = CreateObject("Scripting.FileSystemObject")
I thought that all I had to do to use this code was to make sure that the scrrun.dll file was available on the system directory. The puzzling thing is that I have used this same code numerous times without a problem. Now, I get the following error message when I try to run old applications or create new ones.
Run time error ‘429’
ActiveX Component can’t create object.
Any ideas????