P
projectside
Help:
I need to compare values line by line. The scenario is like this:
If A3.value = A2.value, go to next line and do another comparison
until next line is not equal to prev line's value.
but if A3.value not equal A2.value, insert a blank line in between. I
need to loop this until I get to a line where there is no value.
the number of line is NOT pre-determined.
can anybody help?
I need to compare values line by line. The scenario is like this:
If A3.value = A2.value, go to next line and do another comparison
until next line is not equal to prev line's value.
but if A3.value not equal A2.value, insert a blank line in between. I
need to loop this until I get to a line where there is no value.
the number of line is NOT pre-determined.
can anybody help?