FileCopy
Hi All,
Why does the following code not work it gets an error Run-Time error '450'
"Wrong number of arguments or invalid property assignemnt".?
Sub copy_copy
Set FS = CreateObject("Scripting.filesystemobject")
FS.copyfolder.copyfolder "S:\temp_Start\*", "E:\Test\"
End Sub
Thanks
Andi
|