Hi.
Here comes my problem: I have a few selected areas, the task is to identyfy the nuber of rows that had been selected. I think that the best solution would be to use array to store the numbers of rows, but if you have a better idea, tell me about it. For example:
I select areas: B4:C8 & A10:E14
the array should contain sth like: (4,5,6,7,8,10,11,12,13,14)
Duplicated rows should be ignored and should appear in the array only once (in case the different selected areas contained the same rows).
Here comes my problem: I have a few selected areas, the task is to identyfy the nuber of rows that had been selected. I think that the best solution would be to use array to store the numbers of rows, but if you have a better idea, tell me about it. For example:
I select areas: B4:C8 & A10:E14
the array should contain sth like: (4,5,6,7,8,10,11,12,13,14)
Duplicated rows should be ignored and should appear in the array only once (in case the different selected areas contained the same rows).