HELP!!
I get the error
Unable to get the Vlookup property of the WorksheetFunction Class
I'm having real problems finding sensible/helpful documentation on WorksheetFunction syntax. Any pointers to better Reference documentation than msdn2 would be a BIG help!
J.
Code:
Const cMATNR = 1
'Set myRange = .Range(.Cells(cDataStartRow, cDataStartCol), Cells(GetLastRow(ws), GetLastCol(ws)))
Set myRange = .Range("A2:AD1541")
' locate MATNR in range
varValue = Application.WorksheetFunction.VLookup(MATNR, myRange, cMATNR, False)
I get the error
Unable to get the Vlookup property of the WorksheetFunction Class
I'm having real problems finding sensible/helpful documentation on WorksheetFunction syntax. Any pointers to better Reference documentation than msdn2 would be a BIG help!
J.