View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
[email protected] mimiqinc@aol.com is offline
external usenet poster
 
Posts: 3
Default Create my own Class Object for Ranges, having trouble assigning name property

I figured it out but now I'm unclear as to why I created my own class
for this. I wanted all the info to be organized.

The statement I needed to generate was:

Worksheets("Calc-Codes").Range("AB7:AB" & Trim(Str(iRow_Unique))).Name
= "Market Report Programs"

Can anyone explain to me how I can keep my info organized in a
colletion of objects?