View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
**Archie** **Archie** is offline
external usenet poster
 
Posts: 1
Default How do I return the name of a Range?

I have a group of cells that I have named "Test".

How can I return or retrieve the name of the range from one of the
cells (ActiveCell) in the range.

I have tried things like ActiveCell.Range.Name but this results in an
error.