|
-
Aug 31st, 2007, 11:47 AM
#1
Thread Starter
Fanatic Member
Excel function that returns range address
Is there any native Excel function that returns the equivalent of the VBA function range.address?
I can create a unique function in VBA or use =cell("address",A1) & ":" & cell("address",B6), but would prefer a built-in function that allows "click-and-drag".
-
Sep 1st, 2007, 05:31 AM
#2
Re: Excel function that returns range address
No. You can also cobble something together using ADDRESS, but it's not really any better than what you've got.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|