I have a list of files on Column A and i need to copy each file into the directory that is in column B. So i am looking for a macro that loops through column a and copies the file to the folder in column B
Column A
\192.168.2.13\path\file.pdf
\192.168.2.13\path\file2.xls
\192.168.2.13\path\file3.doc
Column B
\192.168.2.13\path\folder1
\192.168.2.13\path\folder2
\192.168.2.13\path\folder3
Any help would be appreciated!!