How can I set up a macro to copy files from a network drive to a local folder on their hard drive? I would like to do this without seeing the DOS window (cmd).
make a module with this function
public Function fcopy()
FileCopy InputBox("enter name of source file"), InputBox("enter destionation of source file")
End Function
create a macro on the action line enter run code
in the function name line enter fcopy
when you run the function it will prompt you for the source file name and the destentinon name
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.