excel - move files from one folder to another -
actually searching code move excel files 1 folder if there way please me. sorry dont know how coding have never used vba in fact see first time.
i grateful you
you can use filesystemobject:
dim fso object set fso = createobject("scripting.filesystemobject") fso.movefile("sourcefilename", "targetfilename")
feel free comment, if need further instructions.
Comments
Post a Comment