Ok, so here's the code:
And here's the error:
-- removed inline image ---
Anybody know why? The code is being executed from a form.
Code:
Private Sub SelectSheet2DateRange()
MsgBox (ThisWorkbook.Application.WorksheetFunction.VLookup(DTPicker1.Value, "A:A", 1))
End Sub
And here's the error:
-- removed inline image ---
Anybody know why? The code is being executed from a form.