08-09-2008, 12:17 AM
Dear Siri,
Use the following code...
Make sure in d drive abc folder and psychology.doc exists
and In E drive abc and ijk folder exists.
Use the following code...
Code:
Dim fso
Set fso = CreateObject("Scripting.FileSystemObject")
fso.Movefile = "D:\abc\psychology.doc","E:\abc\ijk"
Make sure in d drive abc folder and psychology.doc exists
and In E drive abc and ijk folder exists.