Hello,
I am trying to rename the my file to delete the date on Reports_20200919, but there is an error on the code.
Please help.
I am trying to rename the my file to delete the date on Reports_20200919, but there is an error on the code.
Please help.
VBA Code:
OldName = CurrentProject.Path & "\Import File\Reports_*" & ".csv"
Filepath1 = CurrentProject.Path & "\Import File\Report.txt"
Name OldName As Filepath1