View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jerett Jerett is offline
external usenet poster
 
Posts: 5
Default button to update cell

I am trying to assign an option button to perform a calculation on the contents of a cell say C12. Then replace the contents of the Cell with the product of the equation. It seems like it should be as easy as assigning a variable1 to = C12, perform calculation on variable ((variable1*D12)+E12), populate C12 with variable2. But, I cant seem to get the code right
Any Help would be appreciated