Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi. Can someone please pinpoint the error in this match function statement using a textbox which contains the lookup date to match a column of dates in column Z. Program works if I do not use the textbox otherwise it gives a runtime error: Set StartDate = Worksheets("Data1").Range("Z" & WorksheetFunction.Match(DateValue(TextBox1.Value), Worksheets("Data1").Range("Z3:Z600"), 0) + 2) StartDate declared as a range object. Dates are in 3/14/01 format. Textbox1 contains a date Column Z is a series of dates When I replace the textbox with a cell to contain the lookup date, the rest of the program works. So the error can be narrowed to this sub expression: DateValue(TextBox1.Value) Thanks for your advice. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
worksheetfunction.match | Excel Programming | |||
Re : Excel VBA and WorkSheetFunction (Match) | Excel Programming | |||
Syntax for WorksheetFunction Match | Excel Programming | |||
worksheetfunction.match | Excel Programming | |||
Worksheetfunction MATCH | Excel Programming |