Within the current document that I am creating their is a need to edit input field values with a slider. It works that the input field is based on an orginial value, and then edited by a certain percentage. Based on the current selections I would like to be able to "save" these values so that when I unselect what I am working on they rest are unaffected.
I have attached an example file to try and help explain what I am after.
Say I have selected 1,2 Key fields. The slider then produces a new "change" field. I would like that field to be saved as the iTestData for those two rows, so that when I clear my selections they are the only two that have been updated. I am working with a huge (upwards on a million rows) dataset so the limitation of single threading marcos makes writing VB to do it pointless.
If anyone has any ideas I would appricate any help!