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

Popular posts from this blog

java - Suppress Jboss version details from HTTP error response -

gridview - Yii2 DataPorivider $totalSum for a column -

Sass watch command compiles .scss files before full sftp upload -