So I am new to coding outside of VBA / SQL, and have been trying to figure out a way to automate the following:
1. Transfer all files from a folder (folder1), to another folder (folder 2), AND be able to specify two constraints for the names of the files to be transferred.
For Example: I want to b...