Click to See Complete Forum and Search --> : FileSystemObject


Alejandro Ochoa
June 14th, 2001, 11:43 AM
What is the DLL that controls the FileSystemObject object?

Isaacson
June 14th, 2001, 01:34 PM
The DLL you need to reference is SCRRUN.dll.
From the Project menu select References, then
check next to Microsoft Scripting Runtime
and hit OK.

"Scripting" will appear in the Object Browser if all is well.

Alejandro Ochoa
June 14th, 2001, 03:00 PM
Thanks for the tip...