VBA Code to move files to another folder
Hi I am very new to VBA programming (3 days worth of knowledge), so please bear with me. I know there probably is code that can help me with my problem, but I am having trouble finding a code online that will help me.
I am looking for a way that will assist me in moving, not copying, specific files in one folder to another folder.
I am working with about 35,000 files in a folder, and about 2,000 of them are irrelevant and need to be moved to conserve space on the server to another folder on my computer's harddrive to save if needed for the future.
What I have now is a list of the file names with extensions that need to be moved in the first column of an excel sheet.
I appreciate any help you guys can give me, Thanks!