Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Why does this VBA code throw Err 1004: failed to get the Vlookup Property of
blah blah dim nameLong as String, nameShort as String nameLong = "Here is a long name" nameShort = Application.WorksheetFunction.VLookup(nameLong, RangeAbbreviations, 2) where RangeAbbreviations is a named range in the workbook. Also, putting the named range in quotes... nameShort = Application.WorksheetFunction.VLookup(nameLong, "RangeAbbreviations", 2) ....also fails Adding a formula to the sheet itself works perfectly. Any ideas? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Worksheet Functions | Excel Worksheet Functions | |||
Public Functions As Worksheet Available Functions | Excel Programming | |||
worksheet functions | Excel Programming | |||
help with worksheet functions | Excel Programming | |||
VBA Functions for use in Worksheet | Excel Programming |