Thank you very much for looking into this; however, I have a question since you added extra code ( I am new to vba).
Example:
My path is "D:\destop\Folder1" In the below code do I need to replace this code with what text?
strOPath = InputBox("Enter the full path to the folder with original documents:" _
& vbCr & "e.g.:" & vbCr & "D:\Orig_Fldr")
thank you very much
|