View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] paul.sternhagen@gmail.com is offline
external usenet poster
 
Posts: 6
Default defining a range of cells in excel using cell content

I am attempting to create a macro that will allow me to define a range
of cells, with the "name" for said range of cells coming from the
content of a cell. Rather than manually entering the name of the range
of cells using the insertnamedefine function, I am hoping to create a
macro that automatically selects a cell's content as the name for said
range. Any insight would be most appreciated. Thanks