Sub a()
Dim copy_range As Variant
Application.Workbooks.Open Filename:=Dir(ThisWorkbook.Path & "/* (2).csv")
copy_range = Sheets(1).Range("A1:C288").Value
ActiveWorkbook.Close
Sheets(2).Range("A1:C288") = copy_range
End Sub
In this part Dir(ThisWorkbook.Path & "/* (2).csv")
It says the file doesn't exist.
The current folder contains (2) to (19).csv . The full name of the file name is 20222022(2).csv 20222022(3).csv ~ 20222022(19).csv no see.
The folder path is like this. C:\Users\fauus\Desktop\람세스 제어반