I have a grid that i allow the user to select cells that contain numeric values to perform a calculation on. When they click a button, I bring up another form that they enter the calculation in ie: "+ 1". That tells me that they want to add 1 to all the cells they selected. I do not know how to take that calculation and perform it on the selected values. Is there some function that I can use to convert a string to a calculation? So if one of the cells contains 1.43 and the calculation is " + 1" then my string is 1.43 + 1 and I want it to compute this.
Thanks for your help.
Thanks for your help.