Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How could the sub below be amended so that
it deletes only the defined ranges which are damaged/destroyed, eg: MyT =#REF!$A$1:$A$6 while leaving valid ones intact, eg: MyT2 =Sheet2!$A$1:$A$3 Currently it removes everything. Thanks. Sub DeleteNames() Dim nm As Object For Each nm In ActiveWorkbook.Names nm.Delete Next End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
reset defined ranges | Excel Discussion (Misc queries) | |||
summing to defined ranges | Excel Worksheet Functions | |||
Excessive Defined Names Causing Book Properties not to work properly | Excel Programming | |||
dynamic defined ranges | Excel Worksheet Functions | |||
defined name ranges | Excel Programming |