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 |