Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there an easier way to test if a Named Range exists
than this loop: 'a long-winded way to check if "ToolVersion" exists... fnd = False For Each x In ActiveWorkbook.Names If x.Name = "ToolVersion" Then fnd = True Exit For End If Next x I need something like this: if ActiveWorkbook.Names.Item("x").Exists then ... |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to lookup if value exists in a range of data? | Excel Worksheet Functions | |||
Logical Test for a value in a named list? | Excel Discussion (Misc queries) | |||
Test if file exists | Excel Discussion (Misc queries) | |||
Named Cell test | Excel Discussion (Misc queries) | |||
inserting a named range into new cells based on a named cell | Excel Discussion (Misc queries) |