Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is it possible to programmatically delete a range name or series of range
names? Glen |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Glen
from help --- Use Names(index), where index is the name index number or defined name, to return a single Name object.The following example deletes the name "mySortRange" from the active workbook. ActiveWorkbook.Names("mySortRange").Delete --is this what you were after?CheersJulieD"Glen Mettler" wrote in message .. . Is it possible to programmatically delete a range name or series of range names? Glen |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Perfect - thanks!
Glen "JulieD" wrote in message ... Hi Glen from help --- Use Names(index), where index is the name index number or defined name, to return a single Name object.The following example deletes the name "mySortRange" from the active workbook. ActiveWorkbook.Names("mySortRange").Delete --is this what you were after?CheersJulieD"Glen Mettler" wrote in message .. . Is it possible to programmatically delete a range name or series of range names? Glen |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
you're welcome
"Glen Mettler" wrote in message ... Perfect - thanks! Glen "JulieD" wrote in message ... Hi Glen from help --- Use Names(index), where index is the name index number or defined name, to return a single Name object.The following example deletes the name "mySortRange" from the active workbook. ActiveWorkbook.Names("mySortRange").Delete --is this what you were after?CheersJulieD"Glen Mettler" wrote in message .. . Is it possible to programmatically delete a range name or series of range names? Glen |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
converting email address names in a range of cells to real names | Excel Worksheet Functions | |||
How to Delete blanks between a range and populate only the names inthe given range | Excel Discussion (Misc queries) | |||
COPYING FORMULA CONTAINING NAMES/RELATIVE RANGE NAMES | Excel Discussion (Misc queries) | |||
Selecting range in list of range names depending on a cell informa | Excel Discussion (Misc queries) | |||
Range Names | Excel Programming |