This error message is coming up at this point in my code
Set C1 = Range(Cells(3, 7), Cells(3, 165)).Find(Range(vData).Value, LookIn:=xlValues, lookat:=xlWhole)
I think it has something to do with it trying to find vdata which is a week number
I am trying to find week number 1 between cells 3,7 and 3,165 can anyone see something glaringly obvious that I can't ?
Set C1 = Range(Cells(3, 7), Cells(3, 165)).Find(Range(vData).Value, LookIn:=xlValues, lookat:=xlWhole)
I think it has something to do with it trying to find vdata which is a week number
I am trying to find week number 1 between cells 3,7 and 3,165 can anyone see something glaringly obvious that I can't ?