Hello
I want to copy files from one directory and paste them to another. Currently I have a program which
1)goes to a specified directory
2)opens each indiividual excel file
3)saves it to the directory where i want it to be saved
Is there an easier way to just copy the files from one directory and pasting them to my intended directory (without having to open and save).
Something like:
C:\My Documents\ Original\*.xls copy
Paste to: C:\My Documents\Other\
I want to copy files from one directory and paste them to another. Currently I have a program which
1)goes to a specified directory
2)opens each indiividual excel file
3)saves it to the directory where i want it to be saved
Is there an easier way to just copy the files from one directory and pasting them to my intended directory (without having to open and save).
Something like:
C:\My Documents\ Original\*.xls copy
Paste to: C:\My Documents\Other\