Thread: VBA macro issue
View Single Post
 
Old 10-04-2023, 01:35 PM
VBAlearn VBAlearn is offline Windows 10 Office 2021
Novice
 
Join Date: Oct 2023
Posts: 7
VBAlearn is on a distinguished road
Default

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********
Reply With Quote