Hi,
I need FileSystemReferences?
Whats the reference call for that?
Thanks!
Printable View
Hi,
I need FileSystemReferences?
Whats the reference call for that?
Thanks!
Try Microsoft Scripting Runtime in the references.
I know it has all the FileSystemObjects references in it.
H.
If you mean it is FileSystemObject then you have to refer
"Microsoft Scripting Runtime"
Declared this way you don't need to set the reference
Dim fso As Object
Set fso = CreateObject("Scripting.FileSystemObject")
'if you want to reference it
Project/References
Microsoft FileScriptin Object