Hi
I have the below code to copy data from one workbook to another but keep getting a subscript out of range error on the line...
Set wb = Workbooks("2019_-_Couriersheet_-_copy.xlsx").Worksheets("Triage2")
Both workbooks are open and I've checked the file name is correct etc. What could the...