Origin Ver. 2016 Pro and Service Release 2 (Select Help-->About Origin): Operating System: windows 7
Hi What is the command for selecting/highlight a worksheet column by name in labtalk? Is there a simple command?
There are multiple ways by index number eg: wks.colSel(colNum, n) wks.c1, c2, r1, r2
But I cant find anything based on the short name. There are a myriad of commands that operate on columns using the short name, but I just want to select/highlight it.
I can write some simple code to do this (loop through columns comparing the short names until I find the one I want then use the index number to select the column)
But I feel I must be overlooking something simple.
I don't want to do anything with the column other than select it. I have other pieces of existing code that later on will open the worksheet and act on the selected column.