hi all,
i have four named ranges.
rangeA rangeB rangeC and rangeD (as Range)
each range has four cells with some data for
a total of 16 cells.
What i want to do is make a new collection
of the named ranges and iterate not just
through the members of the collection but
through each individual cell in each member range.
How can I accomplish this? So far what I
have keeps generating errors of 'object required'.