please example of FileSystemObject.movefile [origen], [destino]

M

MIR_16

Please one example of move file to other folder
or use of FileSystemObject.movefile [origen], [destino]
 
J

John Nurick

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]
 
Top