Hi All,
I have a 450,000 row Excel doc listing files from different directories that I need to move to a new location and maintian directory structure.
Examples:
'N:\HR\Policies\evacuation.xls' needs to be moved to 'N:\Archive\HR\Policies\evacuation.xls' (Destination does not exist)
'N:\Accounts\Tech\HP\agreement.doc' needs to be moved to 'N:\Archive\Accounts\Tech\HP\agreement.doc' (Destination does not exist)
I was thinking to convert the data to a .txt and use VB to read the data, create the dest directory and move the files one line at a time. Unfortunately my vbs skills do not match my thinking skills . Any assistance would be greatly appreciated!
Happy Holidays!
Thanks,
-Chris
I have a 450,000 row Excel doc listing files from different directories that I need to move to a new location and maintian directory structure.
Examples:
'N:\HR\Policies\evacuation.xls' needs to be moved to 'N:\Archive\HR\Policies\evacuation.xls' (Destination does not exist)
'N:\Accounts\Tech\HP\agreement.doc' needs to be moved to 'N:\Archive\Accounts\Tech\HP\agreement.doc' (Destination does not exist)
I was thinking to convert the data to a .txt and use VB to read the data, create the dest directory and move the files one line at a time. Unfortunately my vbs skills do not match my thinking skills . Any assistance would be greatly appreciated!
Happy Holidays!
Thanks,
-Chris