Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the following code :
If IsError(Application.WorksheetFunction.Match(cells( x, 1), Worksheets("Sheet1").Range("A2:A15"), 0)) Then do this else do that The code works fine when there is a match ( for every cell in column A of worksheet 2 it finds a match with the range A2:A15 in worksheet 1), but I get the error 'unable to get match property of WorksheetFunction class' when there is no match found i.e it gives a #N/A error. I dont know what this error means. Any ideas ? Thanks titus |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
"Unable to get the VLookup property of the WorksheetFunction class | Excel Discussion (Misc queries) | |||
Unable to get Match property of the WorksheetFunction class | Excel Programming | |||
Unable to get the Vlookup property of the WorksheetFunction class | Excel Programming | |||
Unable to get the Text property of the WorksheetFunction class | Excel Programming | |||
Unable to get the Vlookup Property of the WorkSheetFunction Class | Excel Programming |