Dear all,
I have a macro that runs by comparing the minimum values of every row and every row it given with a variant "h". In the comparison sometimes it is needed that, after it looks if the conditions are met on the last column, to see what happens in the first column.
In other words if my range is from column B to Y and for example it is addressed as follows:
Range("B" & h & ":Y" & h)
how and what should i write to say that after Y column consider B column and its values as if it is the next one (Z column)and the other way round( before B consider Y column)?
Thank you in advance!
I have a macro that runs by comparing the minimum values of every row and every row it given with a variant "h". In the comparison sometimes it is needed that, after it looks if the conditions are met on the last column, to see what happens in the first column.
In other words if my range is from column B to Y and for example it is addressed as follows:
Range("B" & h & ":Y" & h)
how and what should i write to say that after Y column consider B column and its values as if it is the next one (Z column)and the other way round( before B consider Y column)?
Thank you in advance!