I have a worksheet which contains a data matrix like the sample below:
This array is dynamically generated, so..I know the coordinates of the top left (non empty) cell, I want to find the coordinates of the top right (non empty) Cell
The first solution is to use the .offset and check each cell to the right if it's not null but I find this way bad. I would like find a better way, more optimized.
Does it exist?
