G Guest Aug 7, 2006 #1 Please one example of move file to other folder or use of FileSystemObject.movefile [origen], [destino]
Please one example of move file to other folder or use of FileSystemObject.movefile [origen], [destino]
J John Nurick Aug 8, 2006 #2 Dim Origin, Destination .... Origin = "C:\MYDIR\XXX.txt" Destination = "C:\YOURDIR\XXX.txt" Name Origin As Destination Please one example of move file to other folder or use of FileSystemObject.movefile [origen], [destino] Click to expand...
Dim Origin, Destination .... Origin = "C:\MYDIR\XXX.txt" Destination = "C:\YOURDIR\XXX.txt" Name Origin As Destination Please one example of move file to other folder or use of FileSystemObject.movefile [origen], [destino] Click to expand...