Hey Sam,
you have been a great help...thank you........ one last question and i won't bother you anymore (hopefully)!
i'd like to compare the values i get from the cells against a constant threshold.
if only one cell is read,as in the initial vi you made, this is easy as i just have to use a Compare arithmetic operator within the loop and compare the input cell data with the threshold each time the cell is updated.
but what if there are more cells read and updated at a time, as in this case and i want all of them compared against the threshold.... ok so if there are 4 or 5 cell i can probably use an index array,get each of the values seperately and connect each of them with a compare operator.
however this won't be practical if i am going to read 100 or 500 cells at a go and i want to compare the values coming from each of the sprdsheet cells against the threshold. hope i made my question clear..
anyway thanx for all the help you have already given
DiPS