I have some tables on a sheet (rows and columns).
The tables are separated by an empty row each.
I want to specify the range as follows.
Calculate the number of empty rows in column A and as soon as i soon as I found the third empty row. I know that table 3 is below.
Then I want to specify the range on column J starting from below the row having third space (range start) and go down until again I found next space.
I want to call the range start as "iStart" and range End as "iEnd."
Can anybody tell me how to do it VBA?
The tables are separated by an empty row each.
I want to specify the range as follows.
Calculate the number of empty rows in column A and as soon as i soon as I found the third empty row. I know that table 3 is below.
Then I want to specify the range on column J starting from below the row having third space (range start) and go down until again I found next space.
I want to call the range start as "iStart" and range End as "iEnd."
Can anybody tell me how to do it VBA?