CatManDave
MIS
The following script statement:
set fso = CreateObject("Scripting.FileSystemObject"
gives the following error:
ActiveX Component can't create object 'Scripting.FileSystemObject'
This used to work and now it doesn't. What act of stupidity have I committed here?
set fso = CreateObject("Scripting.FileSystemObject"
gives the following error:
ActiveX Component can't create object 'Scripting.FileSystemObject'
This used to work and now it doesn't. What act of stupidity have I committed here?