Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to perform at lookup in a defined range name=DemoEndDate.
Res comes back as blank. Is this the correct format?? Also, does anyone know if this is the correct date format? YY = Year(Worksheets("RFJ").Range("N8")) MM = Month(Worksheets("RFJ").Range("N8")) SDate = DateSerial(YY, MM, 1) Dim YY As String Dim MM As String Dim SDate As Date Res = Application.WorksheetFunction.VLookup(SDate, Range("DemoOEndDate"), 2, False) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
If (Vlookup 0) working, but what if Vlookup cell does not exist | Excel Worksheet Functions | |||
vlookup not working | Excel Programming | |||
VLookup not working | Excel Worksheet Functions | |||
VLOOKUP not working | Excel Discussion (Misc queries) | |||
Vlookup not working for me. | Excel Worksheet Functions |