I need to create VBA that will read from an Excel file, the list of about 998 file paths to folders. The file paths to the folders appear in column A. There are about 998 folder paths. Then, I need to move those folders, their subfolders and all their contents to a different folder here: Q:\Corporate-Shares\Corp\SHAREDIR\HR Technology\Data Analyst\Cyclical Reports\FPR\Archive.
I could achieve this if I manually dragged each folder, one by one (or ctrl+click) to the file path destination above, but I'm not about to do that for 998 folders, and there are about 1000 other folders that need to stay in there.
I am finding a ton of VBA that moves Excel files, but I'm interested in moving folders (whose paths are saved on an Excel spreadsheet) and their contents.
Thank you!
I could achieve this if I manually dragged each folder, one by one (or ctrl+click) to the file path destination above, but I'm not about to do that for 998 folders, and there are about 1000 other folders that need to stay in there.
I am finding a ton of VBA that moves Excel files, but I'm interested in moving folders (whose paths are saved on an Excel spreadsheet) and their contents.
Thank you!