T O P I C R E V I E W |
bego1908 |
Posted - 01/27/2014 : 04:46:53 AM Hi, Making a script, how can I write a column from a book into a column of a different book with origin 8.0? Thanks |
1 L A T E S T R E P L I E S (Newest First) |
lkb0221 |
Posted - 01/27/2014 : 10:29:48 AM Hi, Begoņa
You would like to try range notation. For example:
//Start range rr1 = [Book1]Sheet1!col(A); range rr2 = [Book2]Sheet1!col(A); range rr3 = [Book3]Sheet1!col(B); rr3 = (rr1 + rr2) * 2; //End
Zheng OriginLab |
|
|