T O P I C R E V I E W |
doncev |
Posted - 04/15/2011 : 06:25:21 AM Origin Ver. 8 and Service Release 6 (Select Help-->About Origin): Operating System:xp
Hi I have several problems where I would need a help. I can not really find out how one can define a range to be a row of a worksheet or matrix. Second is there a labtalk command that allows delete of a matrix column? Can someone help me. Thanks. J
|
1 L A T E S T R E P L I E S (Newest First) |
asenv |
Posted - 04/22/2011 : 06:38:02 AM Hi Doncev, i am not from the origin team, but you can try this:
Declare and define range of Wkb – Data1, Wks – Sheet1: Range ac = [Data1]1!; Declare and define range of Wkb – Data1, Wks – Sheet1, Column1: Range ac = [Data1]1!1;
You can define also single cell, so you can go through all cells in that row that you want: Declare and define range of Wkb – Data1, Wks – Sheet1, Row1,Column1 - Range ac = [Data1]1!(1,1);
Hope it helps mate, Cheers |
|
|