Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
a VBA solution dim oName as name on error resume next set oname=activeworkbook.names("your_range_name") if oname is nothing then msgbox "Name does not exist" else 'do something end if -- Regards Frank Kabel Frankfurt, Germany "Chuck53" schrieb im Newsbeitrag ... I am looking for a way to search an Excel Workbook for the existance of a particular range name that may or may not exist. Does get_Range return a trappable error message? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I get Excel to display a range of cells with a check box? | Excel Discussion (Misc queries) | |||
How do I check for duplications in a range of data (excel)? | Excel Worksheet Functions | |||
Check if a range is a sebset of another range | Excel Programming | |||
Check if a range is a sebset of another range | Excel Programming | |||
check range for certain value | Excel Programming |