Prince,

First of all, let us get the idea of an Area correct. An Area is the
number of clusters of contiguous cells in a range. By cluster I mean a
set of adjacent  group of cells.

So, for example if you have some non-empty cells in A1 to C3 and D5 to
E10, then Range(A1:E10).Areas(1).Address will be A1:C3 in absolutes.
Similarly, .Areas.Count will be 2. .Areas(2).Parent.Address will be
D5:E10 in absolutes. the .parent will always be the parent object of
the range object.

On 7/29/12, Prince Dubey <prince141...@gmail.com> wrote:
> Hi All,
>
>
> I want to know more about Areas property of the range object,
>
> If I write:  Range("A1").Areas(1) it return text inside that range  but i m
>
> not able to to understand what is it. And further if we write it like
> range("A1").Areas.Count or range("A1").Areas.Creator
> or range("A1").Areas.Parent , I m not able understand these.
>
>
> Actually i m confused about these statements because i was expecting that
> areas will return Areas ie # on of cells in that range, But it is not in
> actual.
>
>
> Prince Dubey.
>
>
>
>
> --
> FORUM RULES (986+ members already BANNED for violation)
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will
> not get quick attention or may not be answered.
>
> 2) Don't post a question in the thread of another member.
>
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
>
> 4) Acknowledge the responses you receive, good or bad.
>
> 5)  Cross-promotion of, or links to, forums competitive to this forum in
> signatures are prohibited.
>
> NOTE  : Don't ever post personal or confidential data in a workbook. Forum
> owners and members are not responsible for any loss.
>
> ------------------------------------------------------------------------------------------------------
> To post to this group, send email to excel-macros@googlegroups.com
>
> To unsubscribe, send a blank email to
> excel-macros+unsubscr...@googlegroups.com
>
>
>


-- 
Sam Mathai Chacko

-- 
FORUM RULES (986+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

------------------------------------------------------------------------------------------------------
To post to this group, send email to excel-macros@googlegroups.com

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com


Reply via email to