View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Donny[_3_] Donny[_3_] is offline
external usenet poster
 
Posts: 6
Default add to a cell with a button

i'm trying to create a button that will add values to a cell when the
button is clicked. The cell that is being added to already has a
value, however. the user will input their data in a few different
places, and hit the button. the code should take the input, perform a
few operations, and then add the result to the value of the cell. my
problem is adding to a cell that already has value.

thanks,
donny