I am still not able to understand. I'm very sorry about that. Also, I replaced the 'Docx' with "rtf" since my file is 'RTF'. When I ran the program, I got a pop-up box to enter some information, but I was not sure what to do. unfortunately I was not able to attach the pop-up image
I have replaced my paths here. Can you please tell me if I need to do differently?
***VBA code****
......................
..........
strOPath = InputBox("D:\OneDrive - MSOPROD\test\Desktop\Old\Tables2")
strRPath = InputBox("D:\OneDrive - MSOPROD\test\Desktop\New\Tables2")
strCPath = InputBox("D:\OneDrive - MSOPROD\test\Desktop\New")
...............
...........................
*********END********
|