Hi,
You could define column A as a range variable, get its size and return to the last value of it. For example you could run the following labtalk script:
range rr=[Book1]Sheet1!col(A);
int index=rr.GetSize();
rr[index]=;//Return the last value in column A
Kathy
Originlab