View Single Post
 
Old 09-02-2014, 12:02 PM
gebobs gebobs is offline Windows 7 64bit Office 2010 64bit
Expert
 
Join Date: Mar 2014
Location: Atlanta
Posts: 837
gebobs has a spectacular aura aboutgebobs has a spectacular aura about
Default

If I'm not mistaken, that will require code and I'm a rusty on my Excel VBA, order of events, etc. I think something like this would work.

Add a button. When pressed, run the code:

Check value of A2 and store in variable, A2Value.
Recalculate
A2=A2+A2Value
End sub

Perhaps repost this in the Excel Programming forum. I'm not sure if it will get any more looks here now that I've responded and bungled it all.
Reply With Quote