Thread: dynamic ranges
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 dynamic ranges

I am looking for a means by which to select a range of cells
dynamically, by prompting excel to look for the last non-zero cell in a
column of data. My goal is to apply a name to a range of cells, but I
need to be sure that I capture all of the data in a column, so I am
hoping to write code that will allow me to specify the range of cells
dynamically, ending on the last cell in a column with a non-zero entry.
Any help is appreciated.