View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett[_4_] Don Guillett[_4_] is offline
external usenet poster
 
Posts: 2,337
Default 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/