![]() |
WorksheetFunction fails in 2003 !?
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/ |
WorksheetFunction fails in 2003 !?
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/ |
All times are GMT +1. The time now is 02:04 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com