---
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"
---
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"
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.