Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try deleting the WorksheetFunciton and see if it works:
ProcCovered = Application.VLookup(Worksheets(1).Cells(CurrRow, _ 4).Value, MyRange, PopGroupCol, False) -- Regards, Tom Ogilvy "CherylM" wrote in message ... I'm having trouble making the function work. I have coded the following... Dim ProcCovered As String * 1 Dim PopGroupCol As Integer Dim MyRange As Range Set MyRange = Worksheets(2).Range("A1:AD173") ProcCovered = Application.WorksheetFunction.VLookup(Worksheets(1 ).Cells(CurrRow, 4).Value, MyRange, PopGroupCol, False) I know that the value for which I am searching is in the range, so I would expect to get a value in ProcCovered. However, instead, I'm getting the following error: "1004 - Unable to get the Vlookup property of the WorksheetFunction class". Help?!?! Thanks! ------------------------------------------------ Message posted from http://www.ExcelTip.com/ -- View and post Excel related usenet messages directly from http://www.ExcelTip.com/forum -- Hundreds of free MS Excel tips, tricks and solutions at http://www.ExcelTip.com/ ------------------------------------------------ |
Reply |
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 - Does the VLookUp return the exact information? | Excel Worksheet Functions | |||
Combine VLOOKUP and IF function so #NA isn't returned as a value from VLOOKUP | Excel Discussion (Misc queries) | |||
Vlookup -=VLOOKUP(F9,LookUp1!$A$2:$B$1504,2,FALSE) | New Users to Excel | |||
Vlookup info being used without vlookup table attached? | Excel Worksheet Functions |