If you want to be able to select column C to increase the value in column D, you could try this:
However, note that, if you selected cells in column C and column D on the same row, the increase would be applied twice ... once for the cl in column C and once for the cl in column D (cl.offset(0,1).value).
To overcome this, you could set a "flag" to indicate the cell has been updated and check this before updating a second time.
The code is starting to get a little more complex ...
Hope this does what you want.
Regards
Bookmarks