I have a column of numbers that I want to be able to use the spinner control to add or subtract one from separate numbers in each row of the column... and be able to sort those numbers.

I would like a spinner control next to each number that can add or subtract 1. I did this successfully - I put a little spinner next to the number in the column, and associated that spinner with that cell. However, when I sort the column, the spinner controls move with the sort (this is good, I want this) but they still manipulate the number in the original cell, not the cell they have moved to. If I don't have cell link on, there is no way for the spinner to manipulate a number in a cell. Is there a way to do this?

Thanks.