LevBR = Application.WorksheetFunction.VLookup(daDate, Range("A5:A35"), 1,
False)
where LevBR is a declared variable
and daDate is a declared (as Range) variable which has been set
(with Set daDate = Worksheets("Main").Range("date"))
I get the "Unable to get the VLookup property of the WorksheetFunction
class" error
Bookmarks