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. Miggy recommended I post in this forum to see if someone might have a VBA solution to this task? Any assistance would be greatly appreciated!
Thanks!
Cheers,
-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. Miggy recommended I post in this forum to see if someone might have a VBA solution to this task? Any assistance would be greatly appreciated!
Thanks!
Cheers,
-Chris