Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / May 2008

Tip: Looking for answers? Try searching our database.

Difficulties with named range

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Gerry - 08 May 2008 10:32 GMT
I have a single cell named BRHCTS in several excel files.  It
indicates the bottom-right-hand-corner of the range I am interested
in.  The upper right hand corner is always the cell A10.  Therefore,
the range I want to copy from each of my files (into a consolidated
worksheet) is "A10:BRHCTS".

Can anyone advise me how I can do that without opening the source
files?

Thanks.
Barb Reinhardt - 08 May 2008 15:51 GMT
If you want to select/copy/do something on the range in vba, you'll need
something like this

Range("A10:"&Range("BRHCTS").address)

If you want to copy these ranges from multiple closed workbooks, the only
way is to open them.    If that's not what you're asking, come back.

I've used code that copies multiple worksheet ranges into one worksheet, but
I can't seem to find it right now.   Maybe someone else knows the link to it.

Signature

HTH,
Barb Reinhardt

> I have a single cell named BRHCTS in several excel files.  It
> indicates the bottom-right-hand-corner of the range I am interested
[quoted text clipped - 6 lines]
>
> Thanks.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.