I have a macro where I want to add a line of code so that it copies a file from one place on my hard drive to another (I assume VBA can do this??). How can I accomplish the following from within my Excel macro (and have it overwrite without prompting if the destination file exists):
Copy...