However, the script buffer is almost full so I am looking for a way to write all the csetvalue-command in a more compressed way. Is there any way to do so?
/Frantz
2 L A T E S T R E P L I E S (Newest First)
Force
Posted - 11/19/2014 : 5:26:03 PM Thank you IKB0221.
That works for me.
lkb0221
Posted - 11/19/2014 : 11:13:47 AM for (int ii = 3; ii <= 10; ii++) { csetvalue col:=col($(ii)) Formula:="col(14)==NA()? NA():col($(ii))" recalculate:=0; }
Because the target worksheet is already activated, so there is no %A and %B needed for range declaration.