View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Frank[_8_] Frank[_8_] is offline
external usenet poster
 
Posts: 11
Default Redefining a Named Range In A Loop

I want to loop through a range of cells and test for a condition. When the
first cell that meets the condition is found, add a defined name (i.e.
MyRange). As I continue looping through the cells, each cell that meets the
condition has to be added to that defined name.

Is there an easier way to do this rather than manipulate the RefersTo string?

Frank