Origin Version (Select Help-->About Origin): Operating System:win xp
Hello! with nr=wks.nrows, I obtain the number of the rows but for all the worksheet.
data1: nr A(X) B(Y) ... # nr=wks.nrows, 1 1 56 # but I only want to now this: 2 2 3 # nr=4 and no 30, 3 4 3 # Because when there are no more 4 5 # values the results are not correct. 5 Thanks, Paula ... 30