London_Calling
Active Member
- Joined
- Feb 27, 2007
- Messages
- 256
.. before I go slightly mental and sit in the corner rocking backwards and forwards:
It's generating 'Unable to get the Vlookup property of the WorksheetFunction Class'. I just can't see the error.....
Most grateful if someone can. Cheers.
Code:
Dim PR As Range
Set PR = Workbooks("codeBookNew.xlsm").Worksheets("Sheet1").Range("B2:C35")
finalArr1(x, 3) = Application.WorksheetFunction.VLookup(Cells(i, 6), PR, 2, False)
It's generating 'Unable to get the Vlookup property of the WorksheetFunction Class'. I just can't see the error.....
Most grateful if someone can. Cheers.