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

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