VBA to create a folder and move
Hi Everyone,
Am new to this forum and i am no expert in VBA but fair in finding codes and applying it into my work.
Am trying to achieve below objective but not successful sofar.
1) I have file with column A, B and C
A column = File Name
B column = Folder Name for each file
C1 = is the path where file to be saved.
C2 = is the path where files are currently stored
I need a code which will create folder(As per column B cell for each file) move the files (stored in C2 path) in it. If folder found, then just move the file and go to next file name. Do the process until last cell value in column A.
Please help.
Thanks