Thread
:
Deleting a named range in VBA
View Single Post
#
4
Posted to microsoft.public.excel.programming
Don Guillett[_4_]
external usenet poster
Posts: 2,337
Deleting a named range in VBA
You can have it become self adjusting
=offset($a$2,0,0,counta(a:a),0)
--
Don Guillett
SalesAid Software
"Jako " wrote in message
...
Could anybody please tell me how to delete a named range in VBA please.
I have a named range called "AUDITOR" and i have a routine that adds
data to the range(which is stored for A2:A6 (for example).
But obviously when i've added more data to the list i want then to
assign the name "AUDITOR" to include the newly added item.
Any help appreciated.
TIA
---
Message posted from
http://www.ExcelForum.com/
Reply With Quote
Don Guillett[_4_]
View Public Profile
Find all posts by Don Guillett[_4_]