Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
When I use a Vlookup function in VBA to search the record entry dates from a
range, it cannot find the record and just returns the run-time error. I am sure that the particular dates exist in the range since I have used Countif in VBA and Vlookup in worksheet to test if it exists. Could anybody tell me why? Price=Application.WorksheetFunction.Vlookup(EntyDa te,Sheets("Price").Columns("A:B"),2,0) Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
vlookup(date, range,3) | Excel Worksheet Functions | |||
using vlookup to find data outside a specified range | Excel Worksheet Functions | |||
Find Last cell in Range when range is date format | Excel Discussion (Misc queries) | |||
How to find date in a range? | Excel Programming | |||
Find date and copy range based on that date | Excel Programming |