| T O P I C R E V I E W |
| pcvolkmar |
Posted - 08/10/2005 : 06:46:49 AM 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 |
| 1 L A T E S T R E P L I E S (Newest First) |
| Mike Buess |
Posted - 08/10/2005 : 08:55:39 AM Hi Paula,
I think you want wks.maxRows which is "Maximum row index number that contains a value." (From programming guide.)
Mike Buess Origin WebRing Member |
|
|