Dave,
Thank you for responding. You remind me of Patch Adams
http://www.imdb.com/title/tt0129290/ as you referred to the poster by name and not "the original poster." That's a nice touch especially when the poster is new to the forum. By the way, Amy, welcome to the forum.
Have you solved your problem? Your feedback is appreciated, but no obligation though, as I want to learn.
Dave, as a courtesy to the poster, I have to start a new thread for my questions. Would you mind moving over to the thread "named range?"
Thanks.
Epinn
I'm not sure I actually understood the question--but if I'm wrong, Amy will post
back with further details. My response was just to get the ball rolling.
My interpretation was that Amy had a name on a worksheet (via
insert|Name|define) and this name was a local (or worksheet level) name.
And at the same time, there was another worksheet that also had a
local/worksheet level name that was exactly the same.
By qualifying the range to each of the worksheets, I could refer to each of the
ranges on each sheet.
The .cells(1) in the destination range was just so that the pasted area started
in the topleft corner of that range. The code will expand the range's
columns/rows as much as it needs--just like when you do it manually.