Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Folks,
for some reason the following code fails in Excel 2003 Application.WorksheetFunction.VLookup(x, y, z, false) with error "Unable to get the Vlookup property of the WorksheetFunction class" What gives ? And yes, I have checked the various security options in the Macro Security Tab. Any pointer appreciated --alexT ------------------------------------------------ ~~ Message posted from http://www.ExcelTip.com/ ~~ View and post usenet messages directly from http://www.ExcelForum.com/ |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Does vlookup find a match. If not, it will return an error. If you test it
in the worksheet and it works with the equivalent arguments, then Try using Application.VLookup(x, y, z,false) -- Regards, Tom Ogilvy atakacs wrote in message ... Folks, for some reason the following code fails in Excel 2003 Application.WorksheetFunction.VLookup(x, y, z, false) with error "Unable to get the Vlookup property of the WorksheetFunction class" What gives ? And yes, I have checked the various security options in the Macro Security Tab. Any pointer appreciated --alexT ------------------------------------------------ ~~ Message posted from http://www.ExcelTip.com/ ~~ View and post usenet messages directly from http://www.ExcelForum.com/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 WorksheetFunction Functions run-time error | Setting up and Configuration of Excel | |||
Excel 2003 Fails to open template | Excel Discussion (Misc queries) | |||
Update KB923088 (Excell 2003) fails to install | Excel Discussion (Misc queries) | |||
Workbook fails to open - Excel 2003 | Excel Discussion (Misc queries) | |||
call to WorksheetFunction fails in 2003 | Excel Programming |