Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi there
Using Excel 2003 In VBA I have a one-dimensional array of dates called dateslist() and wish to test what position in this array a single date value (called jdate) is at. To do this I am using the following in my code: datepos = Application.WorksheetFunction.Match(jdate, dateslist, 0) BUT, it keeps returning an error "Run-time error 1004: Unable to get the Match property of the WorksheetFunction class" Anybody know how to fix this please? Or a better way to get the answer I am seeking? Many Thanks Lloyd |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Return Numeric Value to their Matched Value Position in Single Column | Excel Worksheet Functions | |||
Array problem: Key words-Variant Array, single-element, type mismatch error | Excel Programming | |||
Array problem: Key words-Variant Array, single-element, type mismatch error | Excel Programming | |||
Mutli-dimensional Array to Single-Dimension Array | Excel Programming | |||
UDF to give position of item If list was Alpabetic | Excel Programming |