Rather than describe the worksheet I am referring to it in my DropBox.
https://www.dropbox.com/sh/5oc913rc25r4yql/YCHilxK3oF
The core procedure is storing specific repeated range ( the yellow part) into an array where I do some complicated calculations. This one I need no help with.
What I need is a way to process ALL the repeated blocks and create a control array with the following elements:
1. The address of the top left corner of the yellow block
2. the number of rows in that block
This control array will drive the looping and call the core procedure for each selected yellow block.
I repeat, the control block array will allow me to know how many yellow blocks in the sheet I have, and the property of each (top left cell and number of rows).
Having that, I use the control array data to loop each yellow block and do the core calculations.
Your help, if you decide to pursue it, is creating that control array.
https://www.dropbox.com/sh/5oc913rc25r4yql/YCHilxK3oF
The core procedure is storing specific repeated range ( the yellow part) into an array where I do some complicated calculations. This one I need no help with.
What I need is a way to process ALL the repeated blocks and create a control array with the following elements:
1. The address of the top left corner of the yellow block
2. the number of rows in that block
This control array will drive the looping and call the core procedure for each selected yellow block.
I repeat, the control block array will allow me to know how many yellow blocks in the sheet I have, and the property of each (top left cell and number of rows).
Having that, I use the control array data to loop each yellow block and do the core calculations.
Your help, if you decide to pursue it, is creating that control array.