Hi

I have this code to set a copyrange, which is throwing up a 'Wrong number of arguments' error

Set copyRange = src.Range("A2:A" & lastRow, "AK2:AK" & lastRow, "AO2:AO" & lastRow)
Would someone know the correct syntax for the code?

Many thanks